From cb5e7c51f3bff343d3899af26b112894138de988 Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Sun, 31 May 2020 10:56:13 -0400 Subject: [PATCH] pytest-socket, v0.3.5 Signed-off-by: Mike Fiedler --- CHANGELOG.rst | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 21bfe55..66830ca 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,14 @@ pytest-socket This document records all notable changes to `pytest-socket `_. This project attempts to adhere to `Semantic Versioning `_. +`0.3.5`_ (2020-05-31) +--------------------- + +Bugfix release. + +* Fix bug in marker evaluation #42 +* Refactor tests for clarity + `0.3.4`_ (2020-04-10) --------------------- @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 59cc5a1..c962046 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT"