diff --git a/CHANGELOG.md b/CHANGELOG.md index b61b68c3..d4d53b1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Ckanext-showcase CHANGELOG +## v1.5.1 2022-08-10 + +* Dependency update ## v1.5.0 2022-04-20 diff --git a/setup.py b/setup.py index 36f5a1db..d746f10a 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/distributing.html#version - version='1.5.0', + version='1.5.1', description='''A ckan extension to showcase datasets in use''', long_description=long_description,