From 51128fcac77f67906fc6c15253c265c0030aa56d Mon Sep 17 00:00:00 2001 From: Anthony Bretaudeau Date: Wed, 1 Jul 2020 11:53:31 +0200 Subject: [PATCH 1/2] timeit is included in python by default, pytest-timeit is another module not used --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ed86b4de..2447cbaa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,3 @@ wrapt pyyaml decorator bcbio-gff==0.6.6 -pytest-timeit From b769c4f75f3ddc6b60fc72254629ef884b814138 Mon Sep 17 00:00:00 2001 From: Anthony Bretaudeau Date: Wed, 1 Jul 2020 12:00:44 +0200 Subject: [PATCH 2/2] Prepare release --- README.rst | 2 ++ arrow/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 51ae4331..ed9a6433 100644 --- a/README.rst +++ b/README.rst @@ -85,6 +85,8 @@ Or with the Arrow client: History ------- +- 4.2.4 + - Remove unused dependency - 4.2.3 - Fixed `load_gff3` to more accurately load transcripts including the CDS as well as handle non-coding types more accurately. - 4.2.2 diff --git a/arrow/__init__.py b/arrow/__init__.py index c2a714dd..4b08b595 100644 --- a/arrow/__init__.py +++ b/arrow/__init__.py @@ -1 +1 @@ -__version__ = '4.2.3' +__version__ = '4.2.4' diff --git a/setup.py b/setup.py index 319b43a0..1041051c 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( name="apollo", - version='4.2.3', + version='4.2.4', description="Apollo API library", long_description=readme, author="Helena Rasche;Anthony Bretaudeau;Nathan Dunn",