Skip to content

Commit

Permalink
Bump version to 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaiarocci committed Jul 6, 2020
1 parent ac3dd3b commit 783e08d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
13 changes: 10 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`_)
Expand Down Expand Up @@ -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
~~~~~~~~~~~~~~

Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
],
Expand Down

0 comments on commit 783e08d

Please sign in to comment.