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.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pasztorpisti committed Feb 15, 2017
1 parent 2c929c8 commit 8ccf76a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ CHANGES
=======


v0.4.2-beta
-----------

*Release date: 2017-02-15*

- Making the code python 2.6 compatible. While supporting python 2.6 isn't a goal,
it required only removing a dict comprehension.


v0.4.1-beta
-----------

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, 1)
version_info = (0, 4, 2)
__version__ = '.'.join(str(n) for n in version_info)
__author__ = 'István Pásztor'
__license__ = 'MIT'

0 comments on commit 8ccf76a

Please sign in to comment.