Skip to content

Commit b4bca0b

Browse files
committed
Update to version 0.12.2.dev for next development cycle
1 parent 7971e0c commit b4bca0b

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Changelog
33

44
.. currentmodule:: flask_restplus
55

6+
Current
7+
-------
8+
9+
- Nothing yet
10+
611
0.12.1 (2018-09-28)
712
-------------------
813

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?tag=0.12.1
6-
:target: https://travis-ci.org/noirbizarre/flask-restplus?tag=0.12.1
5+
.. image:: https://secure.travis-ci.org/noirbizarre/flask-restplus.svg?branch=master
6+
:target: https://travis-ci.org/noirbizarre/flask-restplus?branch=master
77
:alt: Build status
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
8+
.. image:: https://coveralls.io/repos/noirbizarre/flask-restplus/badge.svg?branch=master
9+
:target: https://coveralls.io/r/noirbizarre/flask-restplus?branch=master
1010
:alt: Code coverage
11-
.. image:: https://readthedocs.org/projects/flask-restplus/badge/?version=0.12.1
12-
:target: https://flask-restplus.readthedocs.io/en/0.12.1/
11+
.. image:: https://readthedocs.org/projects/flask-restplus/badge/?version=latest
12+
:target: https://flask-restplus.readthedocs.io/en/latest/
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'
2+
__version__ = '0.12.2.dev'
33
__description__ = 'Fully featured framework for fast, easy and documented API development with Flask'

0 commit comments

Comments
 (0)