Skip to content

Commit

Permalink
Adjust version
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeininger committed Apr 23, 2020
1 parent 322b788 commit 355cbca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

1.6.0
1.5.1
-----

Supported geoLink schema versions: v1.0.0, v1.1.0, v1.1.1, v1.2.0 (default)
Expand Down
2 changes: 1 addition & 1 deletion geolink_formatter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from geolink_formatter.parser import XML


__version__ = '1.6.0'
__version__ = '1.5.1'


class GeoLinkFormatter(object):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
]

setup(name='geolink_formatter',
version='1.6.0',
version='1.5.1',
description='OEREBlex geoLink Formatter',
license='BSD',
long_description='{readme}\n\n{changelog}'.format(readme=readme, changelog=changelog),
Expand Down

0 comments on commit 355cbca

Please sign in to comment.