Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciuschiele committed Nov 27, 2021
1 parent bdf9617 commit d807a4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
---------

1.3.0
++++++++++++++++++
- Add requirement for flask>=1.0.1
- Replace flask_script with Flask's built-in CLI tool. Thanks :user:`olivetree123`.

1.2.0
++++++++++++++++++
- Send to STDOUT the output from apidoc #12.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

setup(
name='flask-apidoc',
version='1.2.0',
version='1.3.0',
packages=['flask_apidoc'],
url='https://github.com/viniciuschiele/flask-apidoc',
license='MIT',
author='Vinicius Chiele',
author_email='[email protected]',
description='Adds ApiDoc support to Flask',
keywords=['flask', 'apidoc', 'doc', 'documentation', 'rest', 'restful'],
install_requires=['flask>=0.10.1'],
install_requires=['flask>=1.0.1'],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
Expand Down

0 comments on commit d807a4c

Please sign in to comment.