diff --git a/CHANGELOG.md b/CHANGELOG.md index 47f7f8eb3bb1bf30784f6b5fd5e7d91a95e7198f..9895eb16b4f7a5b321865421c3aeda24a6eae470 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [2.4.7] - 2025-01-20 ### Added diff --git a/ckanext/odsh/i18n/ckanext-odsh.pot b/ckanext/odsh/i18n/ckanext-odsh.pot index b5c63ccda9b1eb15933ff9c6c31ac434f0e3e158..7a8a2e53c4825158897691c178d8b59728285102 100644 --- a/ckanext/odsh/i18n/ckanext-odsh.pot +++ b/ckanext/odsh/i18n/ckanext-odsh.pot @@ -6,7 +6,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: ckanext-odsh 2.4.6\n" +"Project-Id-Version: ckanext-odsh 2.4.7\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2024-09-20 11:17+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/setup.py b/setup.py index acaf42743adb43394479661db940b2cafebc93c2..545bc06b5ea6f496f1c42502fb37c9e87afb5ee8 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # http://packaging.python.org/en/latest/tutorial.html#version - version='2.4.6', + version='2.4.7', description='''A general extension for CKAN that is used for the Open Data Schleswig-Holstein project''', long_description=long_description,