Skip to content

Commit

Permalink
pytest-socket, v0.3.5
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Fiedler <[email protected]>
  • Loading branch information
miketheman committed May 31, 2020
1 parent 81b7490 commit cb5e7c5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ pytest-socket
This document records all notable changes to `pytest-socket <https://pypi.python.org/pypi/pytest-socket>`_.
This project attempts to adhere to `Semantic Versioning <http://semver.org/>`_.

`0.3.5`_ (2020-05-31)
---------------------

Bugfix release.

* Fix bug in marker evaluation #42
* Refactor tests for clarity

`0.3.4`_ (2020-04-10)
---------------------

Expand Down Expand Up @@ -65,3 +73,4 @@ Maintenance release.
.. _0.3.2: https://github.com/miketheman/pytest-socket/compare/0.3.1...0.3.2
.. _0.3.3: https://github.com/miketheman/pytest-socket/compare/0.3.2...0.3.3
.. _0.3.4: https://github.com/miketheman/pytest-socket/compare/0.3.3...0.3.4
.. _0.3.5: https://github.com/miketheman/pytest-socket/compare/0.3.4...0.3.5
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pytest-socket"
version = "0.3.4"
version = "0.3.5"
description = "Pytest Plugin to disable socket calls during tests"
authors = ["Mike Fiedler <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit cb5e7c5

Please sign in to comment.