Skip to content

Commit

Permalink
update version and CHANGES.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
yann2192 committed Aug 25, 2014
1 parent a41ee68 commit 5c25c6f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
v1.5.3, 2014-06-17 -- Initial release.
v1.5.4, 2014-08-25
------------------

- Add CHANGES.txt according to pip conventions (issue #19)
- PEP8 (issue #20)
- Relative imports (issue #18)
2 changes: 1 addition & 1 deletion pyelliptic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# Software Foundation, Inc., 51 Franklin St, Fifth Floor,
# Boston, MA 02110-1301 USA

__version__ = '1.5.3'
__version__ = '1.5.4'

__all__ = [
'OpenSSL',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

setup(
name="pyelliptic",
version='1.5.3',
version='1.5.4',
url='https://github.com/yann2192/pyelliptic',
license='GPL',
description=
Expand Down

0 comments on commit 5c25c6f

Please sign in to comment.