Skip to content

Commit 5ab3fd7

Browse files
authored
Merge pull request #52 from galaxy-genome-annotation/4.2.11
Release 4.2.11
2 parents 53e6930 + ab0fbc3 commit 5ab3fd7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ Or with the Arrow client:
8585
History
8686
-------
8787

88+
- 4.2.11
89+
- Updated wrong version number
8890
- 4.2.10
8991
- Bugfix handling Shine-Dalgarno sequences (https://github.com/galaxy-genome-annotation/python-apollo/issues/48)
9092
- 4.2.9

arrow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '4.2.10'
1+
__version__ = '4.2.11'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name="apollo",
19-
version='4.2.10',
19+
version='4.2.11',
2020
description="Apollo API library",
2121
long_description=readme,
2222
author="Helena Rasche;Anthony Bretaudeau;Nathan Dunn",

0 commit comments

Comments
 (0)