Skip to content

Commit f4981ff

Browse files
committed
Bump version to 2.3.1
1 parent 74bac82 commit f4981ff

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/ckan/ckanext-dcat/compare/v2.3.0...HEAD)
3+
## [Unreleased](https://github.com/ckan/ckanext-dcat/compare/v2.3.1...HEAD)
4+
5+
6+
7+
## [v2.3.1](https://github.com/ckan/ckanext-spatial/compare/v2.3.0...v2.3.1) - 2025-06-11
8+
9+
* Decouple harvest model to avoid SQLAlchemy metadata errors [#347](https://github.com/ckan/ckanext-spatial/issues/347)
10+
* Remove legacy Pylons code [#346](https://github.com/ckan/ckanext-spatial/pull/346)
11+
* Fix map documentation link [#344](https://github.com/ckan/ckanext-spatial/pull/344)
412

513
## [v2.3.0](https://github.com/ckan/ckanext-spatial/compare/v2.2.0...v2.3.0) - 2025-03-06
614

ckanext/spatial/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
import pkgutil
77
__path__ = pkgutil.extend_path(__path__, __name__)
88

9-
__version__ = "2.3.0"
9+
__version__ = "2.3.1"

0 commit comments

Comments
 (0)