diff --git a/CHANGELOG.md b/CHANGELOG.md index c35652af..7cc58cdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Ckanext-showcase CHANGELOG +## v1.4.8 2022-01-17 + +* Add Chinese (Traditional, Taiwan) translations (#136) +* Dependency update + ## v1.4.7 2022-01-04 * Fix ReST in README (#133) diff --git a/setup.py b/setup.py index 4f8ed6e4..89b2fef8 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.4.7', + version='1.4.8', description='''A ckan extension to showcase datasets in use''', long_description=long_description,