Skip to content

Commit 39a970b

Browse files
authored
Merge pull request #23 from galaxy-genome-annotation/4.1
Prepare 4.1 release
2 parents c4a93bc + caf12fd commit 39a970b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ History
8383

8484
- 4.1
8585
- Fix loading attributes from gff3
86+
- Better handling of genome sequence update, with or without the no_reload_sequences option
8687
- 4.0.1
8788
- Fix missing file in pypi package, no code change
8889
- 4.0

arrow/__init__.py

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

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.0.1',
19+
version='4.1',
2020
description="Apollo API library",
2121
long_description=readme,
2222
author="Helena Rasche;Anthony Bretaudeau",

0 commit comments

Comments
 (0)