Skip to content

Commit

Permalink
prepare release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goessebr committed Dec 21, 2021
1 parent b65c189 commit 92c0cab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ keywords:
- python
- sqlalchemy
license: MIT
version: 0.6.0
date-released: "2020-07-29"
version: 1.0.0
date-released: "2021-12-12"
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@

# General information about the project.
project = 'Skosprovider_sqlalchemy'
copyright = '2013-2020, Koen Van Daele'
copyright = '2013-2021, Koen Van Daele'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X(.Y version.
version = '0.6'
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '0.6.0'
release = '1.0.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 @@ -19,13 +19,13 @@

setup(
name='skosprovider_sqlalchemy',
version='0.6.0',
version='1.0.0',
description='A sqlAlchemy implementation of skosprovider.',
long_description=open('README.rst').read(),
long_description_content_type='text/x-rst',
author='Koen Van Daele',
author_email='[email protected]',
url='http://github.com/koenedaele/skosprovider_sqlalchemy',
url='https://github.com/OnroerendErfgoed/skosprovider_sqlalchemy',
packages=packages,
package_data={'': ['LICENSE']},
package_dir={'skosprovider_sqlalchemy': 'skosprovider_sqlalchemy'},
Expand Down

0 comments on commit 92c0cab

Please sign in to comment.