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 551125b commit 5c3dfd9Copy full SHA for 5c3dfd9
CHANGELOG.rst
@@ -1,6 +1,10 @@
1
Changelog
2
---------
3
4
+1.2.0
5
+++++++++++++++++++
6
+- Send to STDOUT the output from apidoc #12.
7
+
8
1.1.2
9
++++++++++++++++++
10
- Fix: apidoc.json without a url was raising an error.
setup.py
@@ -2,7 +2,7 @@
setup(
name='flask-apidoc',
- version='1.1.2',
+ version='1.2.0',
packages=['flask_apidoc'],
url='https://github.com/viniciuschiele/flask-apidoc',
license='MIT',
0 commit comments