Skip to content

Commit

Permalink
chore: 20.1.0rc1 Release
Browse files Browse the repository at this point in the history
Fixes:
------

- [#29, #28] Properly understand initial pre-release version (#30)
  • Loading branch information
playpauseandstop authored Nov 6, 2020
1 parent 1861b94 commit ff0945c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# 20.1.0 (In Development)

## 20.1.0rc1 (2020-11-06)

### Fixes:

- [#29, #28] Properly understand initial pre-release version (#30)

## 20.1.0rc0 (2020-11-06)

### Features:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ show_missing = true

[tool.poetry]
name = "badabump"
version = "20.1.0rc0"
version = "20.1.0rc1"
description = "Manage changelog and bump project version number using conventional commits from latest git tag. Support Python, JavaScript projects. Understand CalVer, SemVer version schemas. Designed to run at GitHub Actions."
authors = ["Igor Davydenko <iam@igordavydenko.com>"]
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion src/badabump/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__app__ = "badabump"
__author__ = "Igor Davydenko <iam@igordavydenko.com>"
__license__ = "BSD-3-Clause"
__version__ = "20.1.0rc0"
__version__ = "20.1.0rc1"

0 comments on commit ff0945c

Please sign in to comment.