Skip to content

Commit

Permalink
bump minor version, not major
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Jun 30, 2020
1 parent 8d0e903 commit 298c838
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bracex/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,5 +186,5 @@ def parse_version(ver, pre=False):
return Version(major, minor, micro, release, pre, post, dev)


__version_info__ = Version(2, 1, 0, "final")
__version_info__ = Version(2, 0, 1, "final")
__version__ = __version_info__._get_canonical()
4 changes: 2 additions & 2 deletions docs/src/markdown/about/changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changes

## 2.1.0
## 2.0.1

- **NEW**: Officially support Python 3.9.
- **FIX**: Officially support Python 3.9.

## 2.0.0

Expand Down

0 comments on commit 298c838

Please sign in to comment.