Skip to content

Commit

Permalink
version bump for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminschwetz committed Sep 8, 2021
1 parent bd3b230 commit 52f3618
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,7 @@ nosetests.xml
coverage.xml

# Sphinx documentation
docs/_build/
docs/_build/

# vscode debugging
*.http
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 52f3618

Please sign in to comment.