Skip to content

Commit

Permalink
Release 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Oct 21, 2019
1 parent 004aa03 commit 3eea78f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ Changelog
`Unreleased`_
-------------

`0.3.4`_ - 2019-10-21
---------------------

Added
~~~~~

- An error is raised if `pytest-vcr` is installed. `pytest-recording` is not compatible with it. `#20`_
- An error is raised if ``pytest-vcr`` is installed. ``pytest-recording`` is not compatible with it. `#20`_

`0.3.3`_ - 2019-08-18
---------------------
Expand Down Expand Up @@ -56,7 +59,8 @@ Added

- Initial public release

.. _Unreleased: https://github.com/kiwicom/pytest-recording/compare/v0.3.3...HEAD
.. _Unreleased: https://github.com/kiwicom/pytest-recording/compare/v0.3.4...HEAD
.. _0.3.4: https://github.com/kiwicom/pytest-recording/compare/v0.3.3...v0.3.4
.. _0.3.3: https://github.com/kiwicom/pytest-recording/compare/v0.3.2...v0.3.3
.. _0.3.2: https://github.com/kiwicom/pytest-recording/compare/v0.3.1...v0.3.2
.. _0.3.1: https://github.com/kiwicom/pytest-recording/compare/v0.3.0...v0.3.1
Expand All @@ -66,4 +70,4 @@ Added
.. _#20: https://github.com/kiwicom/pytest-recording/issues/20
.. _#10: https://github.com/kiwicom/pytest-recording/issues/10
.. _#8: https://github.com/kiwicom/pytest-recording/issues/8
.. _#2: https://github.com/kiwicom/pytest-recording/issues/2
.. _#2: https://github.com/kiwicom/pytest-recording/issues/2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def read(fname):

setup(
name="pytest-recording",
version="0.3.3",
version="0.3.4",
author="Dmitry Dygalo",
author_email="[email protected]",
maintainer="Dmitry Dygalo",
Expand Down

0 comments on commit 3eea78f

Please sign in to comment.