Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
chore(dev): release 1.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and NateScarlet committed Jul 22, 2022
1 parent 26e2d0e commit 514d594
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.27.1](https://github.com/NateScarlet/auto-derby/compare/v1.27.0...v1.27.1) (2022-07-22)


### Bug Fixes

* should update version variable during release ([26e2d0e](https://github.com/NateScarlet/auto-derby/commit/26e2d0e9e27bd570436a0621d2f5d2d04731d537)), closes [#335](https://github.com/NateScarlet/auto-derby/issues/335)

## [1.27.0](https://github.com/NateScarlet/auto-derby/compare/v1.26.5...v1.27.0) (2022-07-20)


Expand Down
2 changes: 1 addition & 1 deletion auto_derby/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from datetime import datetime

VERSION = "1.26.5" # x-release-please-version
VERSION = "1.27.1" # x-release-please-version

# deprecated

Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.27.0
1.27.1

0 comments on commit 514d594

Please sign in to comment.