From 5058f371addb82c06e5e662ba72b601cbff29215 Mon Sep 17 00:00:00 2001 From: amercader Date: Fri, 30 Aug 2024 13:18:52 +0200 Subject: [PATCH] Bump version to 2.0.0 --- CHANGELOG.md | 6 +++++- setup.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f9b7f9e..059dcbfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -## [Unreleased](https://github.com/ckan/ckanext-dcat/compare/v1.7.0...HEAD) +## [Unreleased](https://github.com/ckan/ckanext-dcat/compare/v2.0.0...HEAD) + +* ... + +## [v2.0.0](https://github.com/ckan/ckanext-dcat/compare/v1.7.0...v2.0.0) - 2024-08-30 * New profile for [DCAT-AP v3](https://semiceu.github.io/DCAT-AP/releases/3.0.0), `euro_dcat_ap_3`, which is now the default. Existing sites willing to stick with DCAT-AP v2.x can specify the profile in the configuration if they diff --git a/setup.py b/setup.py index 5c3086c9..9a600e06 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '1.7.0' +version = '2.0.0' setup( name='ckanext-dcat',