Skip to content

Commit 2a1fef2

Browse files
Release version 1.0.0
1 parent 3fc5c3d commit 2a1fef2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='flask-apidoc',
5-
version='0.7.2',
5+
version='1.0.0',
66
packages=['flask_apidoc'],
77
url='https://github.com/viniciuschiele/flask-apidoc',
88
license='MIT',

0 commit comments

Comments
 (0)