Skip to content

Commit bea50c5

Browse files
committed
Bump version to 2.3.0
1 parent ecd1e7f commit bea50c5

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3-
## [Unreleased](https://github.com/ckan/ckanext-dcat/compare/v2.2.0...HEAD)
3+
## [Unreleased](https://github.com/ckan/ckanext-dcat/compare/v2.3.0...HEAD)
44

5+
## [v2.3.0](https://github.com/ckan/ckanext-spatial/compare/v2.2.0...v2.3.0) - 2025-03-06
6+
7+
* Bump Shapely requirement [#343](https://github.com/ckan/ckanext-spatial/pull/343)
8+
* Fix WAF harvester [#342](https://github.com/ckan/ckanext-spatial/pull/342)
59

610
## [v2.2.0](https://github.com/ckan/ckanext-spatial/compare/v2.1.1...v2.2.0) - 2024-11-08
711

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.2.0"
9+
__version__ = "2.3.0"

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ classifiers = [
1616
"Programming Language :: Python",
1717
"Programming Language :: Python :: 3.10",
1818
"Programming Language :: Python :: 3.11",
19+
"Programming Language :: Python :: 3.12",
1920
"Programming Language :: Python :: 3.9",
2021
]
2122
dependencies = []

0 commit comments

Comments
 (0)