Skip to content

Commit

Permalink
Release version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeininger committed Dec 19, 2019
1 parent 01fd0e0 commit e4da658
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@
/build/
/dist/
/doc/build/
/geolink_formatter.egg-info/
/geolink_formatter.egg-info/
__pycache__
*.pyc
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

Unreleased
----------
1.5.0
-----

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.4.0'
__version__ = '1.5.0'


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.4.0',
version='1.5.0',
description='OEREBlex geoLink Formatter',
license='BSD',
long_description='{readme}\n\n{changelog}'.format(readme=readme, changelog=changelog),
Expand Down

0 comments on commit e4da658

Please sign in to comment.