File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 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---------------------
9160.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
Original file line number Diff line number Diff line change 33import yaml
44from bioblend import galaxy
55
6- __version__ = "0.10.10.dev0 "
6+ __version__ = "0.10.10"
77
88PROJECT_NAME = "ephemeris"
99PROJECT_OWNER = PROJECT_USERAME = "galaxyproject"
You can’t perform that action at this time.
0 commit comments