Skip to content

Commit e9661ef

Browse files
committed
Create release 0.10.10
1 parent aca93ab commit e9661ef

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

HISTORY.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ History
55

66
.. to_doc
77
8+
---------------------
9+
0.10.10 (2024-02-01)
10+
---------------------
11+
12+
* Use None default value where items are optional (thanks to `@mvdbeek`_).
13+
`Pull Request 212`_
14+
815
---------------------
916
0.10.9 (2024-01-31)
1017
---------------------
@@ -267,6 +274,7 @@ History
267274
and adapt them for usage as a library.
268275

269276
.. github_links
277+
.. _Pull Request 212: https://github.com/galaxyproject/ephemeris/pull/212
270278
.. _Pull Request 208: https://github.com/galaxyproject/ephemeris/pull/208
271279
.. _Pull Request 209: https://github.com/galaxyproject/ephemeris/pull/209
272280
.. _Pull Request 210: https://github.com/galaxyproject/ephemeris/pull/210

src/ephemeris/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import yaml
44
from bioblend import galaxy
55

6-
__version__ = "0.10.10.dev0"
6+
__version__ = "0.10.10"
77

88
PROJECT_NAME = "ephemeris"
99
PROJECT_OWNER = PROJECT_USERAME = "galaxyproject"

0 commit comments

Comments
 (0)