diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f1aca5004a1fcfddfb05d4e3222ad6d34759f08..63dcdd2eacf51f344b249e86a64f4bcea9c787b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.5.2] - 2025-05-12 + +### Changed + +- Updated `fileformats.rdf` to reflect new file formats added by the EU Publications Office. +- Reordered and consolidated `robots.txt` entries; removed explicit disallow directives for certain bots (SemrushBot, PetalBot, DataForSeoBot), and added AwarioRssBot and AwarioSmartBot to the list. + ## [2.5.1] - 2025-02-13 ### Fixed diff --git a/ckanext/odsh/i18n/ckanext-odsh.pot b/ckanext/odsh/i18n/ckanext-odsh.pot index e1cfd5c13dc7e54900b16634747b3e82af6362f8..79fc1cf608001a283796764e72aa96bee94af77e 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.5.1\n" +"Project-Id-Version: ckanext-odsh 2.5.2\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 06f16dd7fbcb85501d38cfa4334d2ae64d65ee1b..c1f7d065f349ff97527a7a68ac952cb3df77e16d 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.5.1', + version='2.5.2', description='''A general extension for CKAN that is used for the Open Data Schleswig-Holstein project''', long_description=long_description,