Skip to content
Snippets Groups Projects
Commit 91e66ecf authored by Thorge Petersen's avatar Thorge Petersen
Browse files

Prepared v2.4.1

parent fd759629
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. ...@@ -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/), 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). 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] ## [2.4.0]
### Added ### Added
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" 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" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-05-16 10:05+0200\n" "POT-Creation-Date: 2024-05-16 10:05+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
......
...@@ -15,7 +15,7 @@ setup( ...@@ -15,7 +15,7 @@ setup(
# Versions should comply with PEP440. For a discussion on single-sourcing # Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see # the version across setup.py and the project code, see
# http://packaging.python.org/en/latest/tutorial.html#version # 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''', description='''A general extension for CKAN that is used for the Open Data Schleswig-Holstein project''',
long_description=long_description, long_description=long_description,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment