From 00d79c1fd081c44429f6162eb29f5f322e6c04e1 Mon Sep 17 00:00:00 2001 From: Axel Haustant Date: Wed, 16 May 2018 17:22:58 +0200 Subject: [PATCH] Update to version 0.11.0.dev for next development cycle --- CHANGELOG.rst | 5 +++++ README.rst | 12 ++++++------ flask_restplus/__about__.py | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 52a6879d..5fad26db 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,11 @@ Changelog .. currentmodule:: flask_restplus +Current +------- + +- Nothing yet + 0.11.0 (2018-05-16) ------------------- diff --git a/README.rst b/README.rst index 9620cc16..bca921b9 100644 --- a/README.rst +++ b/README.rst @@ -2,14 +2,14 @@ Flask RestPlus ============== -.. image:: https://secure.travis-ci.org/noirbizarre/flask-restplus.svg?tag=0.11.0 - :target: https://travis-ci.org/noirbizarre/flask-restplus?tag=0.11.0 +.. image:: https://secure.travis-ci.org/noirbizarre/flask-restplus.svg?branch=master + :target: https://travis-ci.org/noirbizarre/flask-restplus?branch=master :alt: Build status -.. image:: https://coveralls.io/repos/noirbizarre/flask-restplus/badge.svg?tag=0.11.0 - :target: https://coveralls.io/r/noirbizarre/flask-restplus?tag=0.11.0 +.. image:: https://coveralls.io/repos/noirbizarre/flask-restplus/badge.svg?branch=master + :target: https://coveralls.io/r/noirbizarre/flask-restplus?branch=master :alt: Code coverage -.. image:: https://readthedocs.org/projects/flask-restplus/badge/?version=0.11.0 - :target: https://flask-restplus.readthedocs.io/en/0.11.0/ +.. image:: https://readthedocs.org/projects/flask-restplus/badge/?version=latest + :target: https://flask-restplus.readthedocs.io/en/latest/ :alt: Documentation status .. image:: https://img.shields.io/pypi/l/flask-restplus.svg :target: https://pypi.org/project/flask-restplus diff --git a/flask_restplus/__about__.py b/flask_restplus/__about__.py index a428672a..61a62980 100644 --- a/flask_restplus/__about__.py +++ b/flask_restplus/__about__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = '0.11.0' +__version__ = '0.11.0.dev' __description__ = 'Fully featured framework for fast, easy and documented API development with Flask'