File tree Expand file tree Collapse file tree 3 files changed +24
-1
lines changed
Expand file tree Collapse file tree 3 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 55
66.. to_doc
77
8+ ---------------------
9+ 0.10.9 (2024-01-31)
10+ ---------------------
11+
12+ * Fix CI tests (thanks to `@mvdbeek `_). `Pull Request 208 `_
13+ * Add black, ruff, isort and mypy (thanks to `@mvdbeek `_). `Pull Request 209 `_
14+ * Add now mandatory readthedocs config file (thanks to `@nsoranzo `_). `Pull
15+ Request 210 `_
16+ * Enhancements to the IDC scripts (thanks to `@jmchilton `_). `Pull Request
17+ 201 `_
18+
819---------------------
9200.10.8 (2023-04-18)
1021---------------------
@@ -256,6 +267,10 @@ History
256267 and adapt them for usage as a library.
257268
258269.. github_links
270+ .. _Pull Request 208 : https://github.com/galaxyproject/ephemeris/pull/208
271+ .. _Pull Request 209 : https://github.com/galaxyproject/ephemeris/pull/209
272+ .. _Pull Request 210 : https://github.com/galaxyproject/ephemeris/pull/210
273+ .. _Pull Request 201 : https://github.com/galaxyproject/ephemeris/pull/201
259274.. _Pull Request 191 : https://github.com/galaxyproject/ephemeris/pull/191
260275.. _Pull Request 196 : https://github.com/galaxyproject/ephemeris/pull/196
261276.. _Pull Request 195 : https://github.com/galaxyproject/ephemeris/pull/195
Original file line number Diff line number Diff line change @@ -52,6 +52,14 @@ ephemeris.run\_data\_managers module
5252 :undoc-members:
5353 :show-inheritance:
5454
55+ ephemeris.set\_ library\_ permissions module
56+ ------------------------------------------
57+
58+ .. automodule :: ephemeris.set_library_permissions
59+ :members:
60+ :undoc-members:
61+ :show-inheritance:
62+
5563ephemeris.setup\_ data\_ libraries module
5664---------------------------------------
5765
Original file line number Diff line number Diff line change 33import yaml
44from bioblend import galaxy
55
6- __version__ = "0.10.8 "
6+ __version__ = "0.10.9 "
77
88PROJECT_NAME = "ephemeris"
99PROJECT_OWNER = PROJECT_USERAME = "galaxyproject"
You can’t perform that action at this time.
0 commit comments