Skip to content

Commit

Permalink
Update project versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
koenedaele committed Oct 15, 2020
1 parent f6f4414 commit 6f46e49
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.9.1 (2020-10-??)
------------------

- Add download links to JSON-LD version of concept and conceptscheme to improve
user experience. (#78)
- Remove pyup. (#79)
- Update soms development dependencies.

0.9.0 (2020-08-06)
------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# The short X.Y version.
version = '0.9'
# The full version, including alpha/beta/rc tags.
release = '0.9.0'
release = '0.9.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -272,7 +272,7 @@
epub_title = u'Pyramid Skosprovider'
epub_author = u'Koen Van Daele'
epub_publisher = u'Koen Van Daele'
epub_copyright = u'2013-2014, Koen Van Daele'
epub_copyright = u'2013-2020, Koen Van Daele'

# The basename for the epub file. It defaults to the project name.
#epub_basename = u'Pyramid Skosprovider'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

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

0 comments on commit 6f46e49

Please sign in to comment.