Skip to content

Commit

Permalink
prepare release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goessebr committed Dec 21, 2021
1 parent 0d2c253 commit 4b009bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ keywords:
- Skosprovider
- Vocabulary
license: MIT
version: 1.0.0
date-released: '2021-09-14'
version: 1.1.0
date-released: '2021-12-21'
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0'
version = '1.1'
# The full version, including alpha/beta/rc tags.
release = '1.0.0'
release = '1.1.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

requires = [
'pyramid>=2.0',
'skosprovider>=1.0.0'
'skosprovider>=1.1.0'
]

tests_requires = [
Expand All @@ -21,7 +21,7 @@

setup(
name='pyramid_skosprovider',
version='1.0.0',
version='1.1.0',
license='MIT',
description='Integration of skosprovider in pyramid',
long_description=README + '\n\n' + CHANGES,
Expand Down

0 comments on commit 4b009bb

Please sign in to comment.