We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c467795 commit 1257e05Copy full SHA for 1257e05
README.rst
@@ -85,6 +85,8 @@ Or with the Arrow client:
85
History
86
-------
87
88
+- 4.2.13
89
+ - Relax biopython requirements
90
- 4.2.12
91
- Do not filter out username from api responses
92
- 4.2.11
arrow/__init__.py
@@ -1 +1 @@
1
-__version__ = '4.2.12'
+__version__ = '4.2.13'
setup.py
@@ -16,7 +16,7 @@
16
17
setup(
18
name="apollo",
19
- version='4.2.12',
+ version='4.2.13',
20
description="Apollo API library",
21
long_description=readme,
22
author="Helena Rasche;Anthony Bretaudeau;Nathan Dunn",
0 commit comments