From 1257e050ee3fc0a7f7ab8a8c780aefee5c8143f8 Mon Sep 17 00:00:00 2001 From: Anthony Bretaudeau Date: Mon, 7 Jun 2021 17:49:37 +0200 Subject: [PATCH] prepare 4.2.13 --- 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 29f783a..e0c28cb 100644 --- a/README.rst +++ b/README.rst @@ -85,6 +85,8 @@ Or with the Arrow client: History ------- +- 4.2.13 + - Relax biopython requirements - 4.2.12 - Do not filter out username from api responses - 4.2.11 diff --git a/arrow/__init__.py b/arrow/__init__.py index 64f3c1e..aa33e3a 100644 --- a/arrow/__init__.py +++ b/arrow/__init__.py @@ -1 +1 @@ -__version__ = '4.2.12' +__version__ = '4.2.13' diff --git a/setup.py b/setup.py index df69a7a..1033e0c 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( name="apollo", - version='4.2.12', + version='4.2.13', description="Apollo API library", long_description=readme, author="Helena Rasche;Anthony Bretaudeau;Nathan Dunn",