Skip to content

Commit ba9d0d0

Browse files
committed
version increment minor 2.3.1 -> 2.4.0
1 parent b4985ad commit ba9d0d0

2 files changed

Lines changed: 12 additions & 9 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,14 @@ type -offers to contribute this are welcomed.
112112

113113
Compatibility with core CKAN versions:
114114

115-
| CKAN version | Compatibility |
116-
| -------------- |-------------------------------------------------------|
117-
| 2.7 | no longer supported (last supported version: 0.12.2) |
118-
| 2.8 | no longer supported (last supported version: 0.12.2) |
119-
| 2.9 | no longer supported (last supported version: 1.2.x) |
120-
| 2.10 | yes |
121-
| 2.11 | yes |
115+
| CKAN version | Compatibility |
116+
|--------------|-------------------------------------------------------|
117+
| 2.7 | no longer supported (last supported version: 0.12.2) |
118+
| 2.8 | no longer supported (last supported version: 0.12.2) |
119+
| 2.9 | no longer supported (last supported version: 1.2.x) |
120+
| 2.10 | yes |
121+
| 2.11 | yes |
122+
| 2.12 | yes |
122123

123124
## Installation
124125

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ckanext-xloader"
7-
version = "2.3.1"
7+
version = "2.4.0"
88
description = "Express Loader - quickly load data into CKAN DataStore"
99
classifiers = [ "Development Status :: 5 - Production/Stable",
1010
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
1111
"Programming Language :: Python :: 3.7",
1212
"Programming Language :: Python :: 3.8",
1313
"Programming Language :: Python :: 3.9",
14-
"Programming Language :: Python :: 3.10",]
14+
"Programming Language :: Python :: 3.10",
15+
"Programming Language :: Python :: 3.14",
16+
]
1517
keywords = [ "CKAN", "extension", "datastore",]
1618
dependencies = [ "typing_extensions",]
1719
authors = [

0 commit comments

Comments
 (0)