[go: nahoru, domu]

Skip to content

Commit

Permalink
✨ pytest-socket, v0.3.4
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Fiedler <miketheman@gmail.com>
  • Loading branch information
miketheman committed Apr 10, 2020
1 parent bd84412 commit c6f9ffc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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.4`_ (2020-04-10)
---------------------

Maintenance release.

* Drop support for unsupported versions of Python #23
* Convert toolchain from pip/tox/twine to poetry
* Replace TravisCI and Appveyor with GitHub Actions #36
* Update for correct test output #31
* Add renovatebot for dependecy updates #26

`0.3.3`_ (2019-02-09)
---------------------

Expand Down Expand Up @@ -53,3 +64,4 @@ This project attempts to adhere to `Semantic Versioning <http://semver.org/>`_.
.. _0.3.1: https://github.com/miketheman/pytest-socket/compare/0.3.0...0.3.1
.. _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
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.3"
version = "0.3.4"
description = "Pytest Plugin to disable socket calls during tests"
authors = ["Mike Fiedler <miketheman@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit c6f9ffc

Please sign in to comment.