Skip to content

Commit

Permalink
Bumped version to 2.0.0rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonski committed Oct 13, 2020
1 parent cedbe7e commit 606c7ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.0.0rc3 (unreleased)
---------------------

- No changes yet


2.0.0rc2 (2020-10-13)
---------------------

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

from setuptools import setup, find_packages

version = "2.0.0rc2"
version = "2.0.0rc3"

with open("docs/About.rst", "r") as fh:
long_description = fh.read()
Expand Down

0 comments on commit 606c7ef

Please sign in to comment.