Skip to content

Commit 3b89a3a

Browse files
committed
Release 0.11.0
Also add conda-forge badge to the README
1 parent 4782592 commit 3b89a3a

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pytest-flask
22
============
33

4-
|PyPI version| |PyPI downloads| |Documentation status|
4+
|PyPI version| |conda-forge version| |PyPI downloads| |Documentation status|
55

66
An extension of `pytest <http://pytest.org/>`__ test runner which
77
provides a set of useful tools to simplify testing and development
@@ -38,6 +38,11 @@ suggestion.
3838
:target: https://pypi.python.org/pypi/pytest-flask
3939
:alt: PyPi version
4040

41+
.. |conda-forge version| image:: https://img.shields.io/conda/vn/conda-forge/pytest-flask.svg
42+
:target: https://anaconda.org/conda-forge/pytest-flask
43+
:alt: conda-forge version
44+
45+
4146
.. |PyPI downloads| image:: https://img.shields.io/pypi/dm/pytest-flask.svg
4247
:target: https://pypi.python.org/pypi/pytest-flask
4348
:alt: PyPi downloads

docs/changelog.rst

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

6-
Upcoming release
7-
-----------------
6+
0.11.0 (compared to 0.10.0)
7+
---------------------------
88

99
- Implement deployment using Travis, following in line with many other pytest plugins.
1010

0 commit comments

Comments
 (0)