Skip to content

Commit 05f6203

Browse files
committed
Bump version and update changelog
1 parent aa87289 commit 05f6203

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
---------
33

4-
0.8.8 (unreleased)
4+
0.8.8 (2020-03-29)
55
******************
66

77
Bug fixes:
@@ -43,7 +43,6 @@ Bug fixes:
4343

4444
* Fix passing ``default_in`` argument when generating parameters (:issue:`165`).
4545
Thanks :user:`d42` for reporting and thanks :user:`zzz4zzz` for the fix.
46-
>>>>>>> master
4746

4847
0.8.3 (2019-09-17)
4948
******************

flask_apispec/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from flask_apispec.extension import FlaskApiSpec
55
from flask_apispec.utils import Ref
66

7-
__version__ = '0.8.7'
7+
__version__ = '0.8.8'
88
__all__ = [
99
'doc',
1010
'wrap_with',

0 commit comments

Comments
 (0)