From 52f36180780894f6b88e58324314e2246719f27d Mon Sep 17 00:00:00 2001 From: Benjamin Schwetz Date: Wed, 8 Sep 2021 15:03:42 +0200 Subject: [PATCH] version bump for debugging --- .gitignore | 5 ++++- setup.py | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e9876d1..40893ad 100644 --- a/.gitignore +++ b/.gitignore @@ -39,4 +39,7 @@ nosetests.xml coverage.xml # Sphinx documentation -docs/_build/ \ No newline at end of file +docs/_build/ + +# vscode debugging +*.http \ No newline at end of file diff --git a/setup.py b/setup.py index cd3550f..2fe79e9 100644 --- a/setup.py +++ b/setup.py @@ -15,9 +15,9 @@ # 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='1.0.3', + version='1.1.0', - description='''Disable anonymous access to CKAN Classic frontend.''', + description='''Disable anonymous access to CKAN Classic frontend and api.''', long_description=long_description, # The project's main homepage.