From b472647677abdcc6aae59afbde5d3b8275773d8f Mon Sep 17 00:00:00 2001 From: Rae Knowler Date: Wed, 10 Aug 2022 10:28:45 +0200 Subject: [PATCH] Bump version to 1.5.1 --- CHANGELOG.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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,