From 1ede9eb4bd7535c92b16f71733cac6972ea7202d Mon Sep 17 00:00:00 2001 From: toavina Date: Wed, 2 Oct 2024 16:43:03 +0300 Subject: [PATCH] Updates in readme and setup.py --- README.md | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5572367..06a76bc 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ https://yourckan.org/link/xxxx -> https://yourcan.org/dataset/my-dataset/resourc ## Requirements -The extension has been developed and tested with CKAN 2.9 + python3 +The extension has been developed and tested with CKAN 2.9, 2.10 and python3 ## Installation @@ -93,7 +93,7 @@ If ckanext-short-urls should be available on PyPI you can follow these steps to git push 6. Tag the new release of the project on GitHub with the version number from - the `setup.py` file. For example if the version number in `setup.py` is + the `setup.py` file. The tag should be 1.*.* for any release compatible with CKAN 2.9, and 2.*.* for releases compatible with CKAN 2.10. For example if the version number in `setup.py` is 0.0.1 then do: git tag 0.0.1 diff --git a/setup.py b/setup.py index ee9185d..9edcd05 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # http://packaging.python.org/en/latest/tutorial.html#version - version='0.0.1', + version='2.0.0', description='''Create short URLs for datasets and resources''', long_description=long_description,