Skip to content

Commit

Permalink
Prepare release 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonski committed Aug 4, 2020
1 parent 3a310d5 commit d678084
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
1.2.3 (2020-08-04)
1.2.4 (2020-08-04)
------------------

- version bump


1.2.2 (2020-03-02)
1.2.3 (2020-03-02)
------------------

- #10 Fix API import
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 = "1.2.3"
version = "1.2.4"

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

0 comments on commit d678084

Please sign in to comment.