Skip to content

Commit c190fa7

Browse files
committed
Bump version 0.10.0
1 parent f4e0432 commit c190fa7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Changelog
33

44
.. currentmodule:: flask_restplus
55

6-
Current
7-
-------
6+
0.10.0 (2017-02-12)
7+
-------------------
88

99
- Allows to specify a custom mount path on namespace registration
1010
- Allow to express models as raw schemas

README.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
Flask RestPlus
33
==============
44

5-
.. image:: https://secure.travis-ci.org/noirbizarre/flask-restplus.svg?branch=master
5+
.. image:: https://secure.travis-ci.org/noirbizarre/flask-restplus.svg?tag=0.10.0
66
:target: http://travis-ci.org/noirbizarre/flask-restplus
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.10.0
9+
:target: https://coveralls.io/r/noirbizarre/flask-restplus?tag=0.10.0
1010
:alt: Code coverage
11-
.. image:: https://readthedocs.org/projects/flask-restplus/badge/?version=latest
11+
.. image:: https://readthedocs.org/projects/flask-restplus/badge/?version=0.10.0
1212
:target: http://flask-restplus.readthedocs.io/en/latest/
1313
:alt: Documentation status
1414
.. image:: https://img.shields.io/pypi/l/flask-restplus.svg

flask_restplus/__about__.py

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

0 commit comments

Comments
 (0)