Skip to content

Commit 891a39a

Browse files
committed
Bump version and update changelog
1 parent a424278 commit 891a39a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
---------
33

4-
0.10.1 (unreleased)
4+
0.10.1 (2020-10-25)
55
*******************
66

77
Bug fixes:

flask_apispec/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from flask_apispec.extension import FlaskApiSpec
44
from flask_apispec.utils import Ref
55

6-
__version__ = '0.10.0'
6+
__version__ = '0.10.1'
77
__all__ = [
88
'doc',
99
'wrap_with',

0 commit comments

Comments
 (0)