We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fc5c3d commit 2a1fef2Copy full SHA for 2a1fef2
CHANGELOG.rst
@@ -0,0 +1,7 @@
1
+Changelog
2
+---------
3
+
4
+1.0.0
5
+++++++++++++++++++
6
+- Add support to Python 2.7 (:issue:`1`). Thanks :user:`hellking4u`.
7
+- Add ``dynamic_url`` parameter to enabled/disable dynamic urls in ApiDoc files.
setup.py
@@ -2,7 +2,7 @@
setup(
name='flask-apidoc',
- version='0.7.2',
+ version='1.0.0',
packages=['flask_apidoc'],
url='https://github.com/viniciuschiele/flask-apidoc',
8
license='MIT',
0 commit comments