Skip to content

Commit

Permalink
Release version 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeininger committed Jun 2, 2020
1 parent dfc791d commit 7aa90da
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

1.5.2
-----

Supported geoLink schema versions: v1.0.0, v1.1.0, v1.1.1, v1.2.0 (default)

- Parse schema only if validation is enabled
- Dependency updates

1.5.1
-----

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.5.1'
__version__ = '1.5.2'


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

0 comments on commit 7aa90da

Please sign in to comment.