Skip to content

Commit

Permalink
Add release notes (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrk-andreev authored Sep 23, 2023
1 parent e7e8e11 commit 0864dfb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,13 @@ APIs using Swagger show the Swagger-ui console ( default url /api/doc).
What’s new?
-----------

Version 1.5.0
~~~~~~~~~~~~~

- Add allow_cors option [pull-73](https://github.com/mrk-andreev/tornado-swagger/pull/73) Thanks to
[@MarkParker5](https://github.com/MarkParker5)


Version 1.4.5
~~~~~~~~~~~~~

Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand Down
2 changes: 1 addition & 1 deletion tornado_swagger/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.4.5"
__version__ = "1.5.0"

0 comments on commit 0864dfb

Please sign in to comment.