Skip to content

Commit 0d754c1

Browse files
committed
Bump version and update changelog
1 parent 1757ff6 commit 0d754c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.rst

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

4-
0.4.0 (unreleased)
4+
0.4.0 (2017-06-18)
55
++++++++++++++++++
66

77
Features:

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.4.0.dev0'
7+
__version__ = '0.4.0'
88
__all__ = [
99
'doc',
1010
'wrap_with',

0 commit comments

Comments
 (0)