Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
bumping version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pasztorpisti committed Apr 12, 2016
1 parent c9030b6 commit f715336
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ CHANGES
=======


Recent changes
--------------
v0.4.1-beta
-----------

*Release date: future*
*Release date: 2016-04-12*

- Adding this CHANGES.rst file.
- Moving library sources to an ``src`` subdir and excluding the ``tests`` package from the installation.
Expand Down
2 changes: 1 addition & 1 deletion src/jsoncfg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# case increase only version_info[2].
# version_info[2]: Increase in case of bugfixes. Also use this if you added new features
# without modifying the behavior of the previously existing ones.
version_info = (0, 4, 0)
version_info = (0, 4, 1)
__version__ = '.'.join(str(n) for n in version_info)
__author__ = 'István Pásztor'
__license__ = 'MIT'

0 comments on commit f715336

Please sign in to comment.