From 3110eb8b507d36f04f806fe4688d8111555d2cae Mon Sep 17 00:00:00 2001 From: Jeff Meadows Date: Mon, 7 Jan 2019 11:11:28 -0800 Subject: [PATCH] Version 3.5.0 --- HISTORY.rst | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 9ce5914..9e39d82 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,6 +6,14 @@ Release History Upcoming ++++++++ +3.5.0 (2019-01-07) +++++++++++++++++++ + +- Updated references to pytest instead of py.test. + +**Bugfixes** +- Flaky is now compatible with pytext >= 4.1. + 3.4.0 (2017-06-15) ++++++++++++++++++ diff --git a/setup.py b/setup.py index 5e09f4c..9e23b74 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ def main(): base_dir = dirname(__file__) setup( name='flaky', - version='3.4.0', + version='3.5.0', description='Plugin for nose or pytest that automatically reruns flaky tests.', long_description=open(join(base_dir, 'README.rst')).read(), author='Box',