Skip to content

Commit

Permalink
Preparing release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoclawski committed Jun 2, 2021
1 parent e06bf46 commit 0a415c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,5 +1,5 @@
0.11.1 (unreleased)
-------------------
1.0.0 (2021-06-02)
------------------

- Remove old nested repositories support

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -18,7 +18,7 @@ def get_long_description():

setup(
name='flask-jsonapi',
version='0.11.1.dev0',
version='1.0.0',
description='JSONAPI 1.0 implementation for Flask.',
long_description=get_long_description(),
long_description_content_type='text/markdown',
Expand All @@ -34,7 +34,7 @@ def get_long_description():
},
license='BSD',
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
Expand Down

0 comments on commit 0a415c9

Please sign in to comment.