8000 Bump version to 0.7.1 · flask-api/flask-api@a0b0b34 · GitHub
[go: up one dir, main page]

Skip to content

Commit a0b0b34

Browse files
committed
Bump version to 0.7.1
1 parent 08b5500 commit a0b0b34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/about/release-notes.md

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

33
This project is currently in beta. It is functional and well tested but you are advised to pay close attention to the release notes when upgrading to future versions.
44

5-
## Version 0.7.1 (unreleased)
5+
## Version 0.7.1
66

77
* Added customization of automatic API return types (`app.response_class.api_return_types`).
88

flask_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from flask_api.app import FlaskAPI
22

3-
__version__ = '0.7.1b2'
3+
__version__ = '0.7.1'

0 commit comments

Comments
 (0)
0