diff --git a/CHANGES.rst b/CHANGES.rst index 06746e0..21de648 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,6 +6,16 @@ Here you can see the full list of changes between each Eve-Swagger release. In Development -------------- +- hic sunt leones + +Released +-------- + +Version 0.1 +~~~~~~~~~~~ + +Released on July 6, 2020. + - New: add meta links to response schemas (`#105`_) - Fix: projections not included in GET paramenters (`#106`_) - Fix: deprecation warning for ABC import (`#100`_) @@ -46,9 +56,6 @@ In Development .. _`#69`: https://github.com/pyeve/eve-swagger/issues/69 .. _`#68`: https://github.com/pyeve/eve-swagger/pull/68 -Released --------- - Version 0.0.11 ~~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index de451f6..3274dc4 100755 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( name="Eve-Swagger", - version="0.0.11", + version="0.1.0", description=DESCRIPTION, long_description=LONG_DESCRIPTION, author="Nicola Iarocci", @@ -38,7 +38,7 @@ keywords=["swagger", "eve", "rest", "api"], python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", classifiers=[ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Natural Language :: English", "License :: OSI Approved :: BSD License", @@ -50,6 +50,7 @@ "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ],