Skip to content

Commit

Permalink
Updates in readme and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
toavina committed Oct 2, 2024
1 parent 383856e commit 1ede9eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1ede9eb

Please sign in to comment.