Skip to content

Commit

Permalink
BLD: Version bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Flavian committed Sep 14, 2015
1 parent dee9fa3 commit 95ea875
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Expand Up @@ -3,6 +3,11 @@
History
-------

0.1.1 (2015-09-14)
---------------------

* Added support for ERN 3.1.2

0.1.0 (2015-01-11)
---------------------

Expand Down
1 change: 1 addition & 0 deletions README.rst
Expand Up @@ -30,6 +30,7 @@ Features
Supported DDEX versions
-----------------------

* 3.1.2
* 3.2 (untested)
* 3.3
* 3.4
Expand Down
2 changes: 1 addition & 1 deletion ddexreader/__init__.py
@@ -1,3 +1,3 @@
__version__ = '0.1.0'
__version__ = '0.1.1'

from ddexreader import *
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -33,7 +33,7 @@ def run_tests(self):

setup(
name='ddexreader',
version='0.1.0.post1',
version='0.1.1',
description="This small project allows you to decode DDEX files into friendly Python data types.",
long_description=readme + '\n\n' + history,
author="Flavian Hautbois",
Expand Down

0 comments on commit 95ea875

Please sign in to comment.