Skip to content

Commit

Permalink
new dev
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Jul 21, 2015
1 parent 53a311e commit 5c5d768
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Development
===========================


Ver. 1.0.3 - 2015-Jul-21
===========================
* Flake8 on all codebase
Expand Down
2 changes: 1 addition & 1 deletion pulsar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .utils.version import get_version


VERSION = (1, 0, 3, 'final', 0)
VERSION = (1, 0, 4, 'beta', 0)

__version__ = version = get_version(VERSION)
__license__ = "BSD"
Expand Down

0 comments on commit 5c5d768

Please sign in to comment.