Skip to content

Commit

Permalink
Update to version 0.11.0.dev for next development cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
noirbizarre committed May 16, 2018
1 parent 5def47b commit 00d79c1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Changelog

.. currentmodule:: flask_restplus

Current
-------

- Nothing yet

0.11.0 (2018-05-16)
-------------------

Expand Down
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion flask_restplus/__about__.py
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 00d79c1

Please sign in to comment.