Skip to content

Commit

Permalink
update-version-1.0.55 (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabdank committed Mar 18, 2021
1 parent d17c33e commit 9fb33ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Changes
=======

Snovault 1.0.55 (released) encoded v114.0
-----------------------------------------
1. SNO-192-update-pip-install (#321)

Snovault 1.0.54 (released) encoded v113.0
-----------------------------------------
1. SNO-27-pip-installable (#316)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
here = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(here, 'README.rst')).read()
CHANGES = open(os.path.join(here, 'CHANGES.rst')).read()
VERSION = "1.0.54"
VERSION = "1.0.55"


INSTALL_REQUIRES = [
Expand Down

0 comments on commit 9fb33ae

Please sign in to comment.