Skip to content

Commit

Permalink
Bring deployed version number and tagged version in sync
Browse files Browse the repository at this point in the history
I had forgotten to update the version in __init__.py

References #14
  • Loading branch information
atomicules committed Feb 16, 2015
1 parent a124f41 commit 8d6817f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
History
========

0.3.8 (2015-02-16)
-------------------

* Fix version number of deploy, now deploying is working

0.3.7 (2015-02-16)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion simplenote/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
from simplenote import Simplenote, SimplenoteLoginFailed

__author__ = "Daniel Schauenberg"
__version__ = "0.3.1"
__version__ = "0.3.8"
__license__ = "MIT"

0 comments on commit 8d6817f

Please sign in to comment.