Skip to content

Commit

Permalink
Release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Aug 18, 2019
1 parent 4a02d3b commit ed44304
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Changelog
`Unreleased`_
-------------

`0.3.3`_ - 2019-08-18
---------------------

Added
~~~~~

Expand Down Expand Up @@ -48,7 +51,8 @@ Added

- Initial public release

.. _Unreleased: https://github.com/kiwicom/pytest-recording/compare/v0.3.2...HEAD
.. _Unreleased: https://github.com/kiwicom/pytest-recording/compare/v0.3.3...HEAD
.. _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
.. _0.3.0: https://github.com/kiwicom/pytest-recording/compare/v0.2.0...v0.3.0
Expand Down
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.2",
version="0.3.3",
author="Dmitry Dygalo",
author_email="[email protected]",
maintainer="Dmitry Dygalo",
Expand Down

0 comments on commit ed44304

Please sign in to comment.