File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 66 import pkgutil
77 __path__ = pkgutil .extend_path (__path__ , __name__ )
88
9- __version__ = "2.2 .0"
9+ __version__ = "2.3 .0"
Original file line number Diff line number Diff 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]
2122dependencies = []
You can’t perform that action at this time.
0 commit comments