Skip to content

Commit 7971e0c

Browse files
committed
Bump version 0.12.1
1 parent e59f559 commit 7971e0c

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Changelog
33

44
.. currentmodule:: flask_restplus
55

6-
Current
7-
-------
6+
0.12.1 (2018-09-28)
7+
-------------------
88

99
- Fix missing changelog inprevious release
1010
- Ensure definitions with both `$ref` and description (or other property) output is valid (using `allOf`)

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
Flask RestPlus
33
==============
44

5-
.. image:: https://secure.travis-ci.org/noirbizarre/flask-restplus.svg?branch=master
6-
:target: https://travis-ci.org/noirbizarre/flask-restplus?branch=master
5+
.. image:: https://secure.travis-ci.org/noirbizarre/flask-restplus.svg?tag=0.12.1
6+
:target: https://travis-ci.org/noirbizarre/flask-restplus?tag=0.12.1
77
:alt: Build status
8-
.. image:: https://coveralls.io/repos/noirbizarre/flask-restplus/badge.svg?branch=master
9-
:target: https://coveralls.io/r/noirbizarre/flask-restplus?branch=master
8+
.. image:: https://coveralls.io/repos/noirbizarre/flask-restplus/badge.svg?tag=0.12.1
9+
:target: https://coveralls.io/r/noirbizarre/flask-restplus?tag=0.12.1
1010
:alt: Code coverage
11-
.. image:: https://readthedocs.org/projects/flask-restplus/badge/?version=latest
12-
:target: https://flask-restplus.readthedocs.io/en/latest/
11+
.. image:: https://readthedocs.org/projects/flask-restplus/badge/?version=0.12.1
12+
:target: https://flask-restplus.readthedocs.io/en/0.12.1/
1313
:alt: Documentation status
1414
.. image:: https://img.shields.io/pypi/l/flask-restplus.svg
1515
:target: https://pypi.org/project/flask-restplus

flask_restplus/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = '0.12.1.dev'
2+
__version__ = '0.12.1'
33
__description__ = 'Fully featured framework for fast, easy and documented API development with Flask'

0 commit comments

Comments
 (0)