diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c355f10a1d5f1be657010f372591cf563fa69a6..d903a4652c69550713c5c49b7bff4f1496481b3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ 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). +## [2.4.1] - 2024-05-16 + +### Added + +- Hyphens now set to auto for all elements. +- Added description popovers to display information on the contact properties of a package. + +### Fixed + +- Resolved the issue with navbar rows incorrectly displaying side-by-side on larger screens.Fixed navbar rows displaying side-by-side on large screens. + ## [2.4.0] ### Added diff --git a/ckanext/odsh/i18n/ckanext-odsh.pot b/ckanext/odsh/i18n/ckanext-odsh.pot index 162886c7bdfa41e27c5bcdd6a0b3d3325635bb7f..8e962d47e344de4adc8017e74f1296c5cc1e4f32 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.0\n" +"Project-Id-Version: ckanext-odsh 2.4.1\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2024-05-16 10:05+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/setup.py b/setup.py index cf7c0377949160b0699086442a4b899f06a9ca31..5cef11f6e7c180150fbe800e28ee221f3a36ed99 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.0', + version='2.4.1', description='''A general extension for CKAN that is used for the Open Data Schleswig-Holstein project''', long_description=long_description,