Skip to content

Commit ec7aeb8

Browse files
committed
Create release 0.10.9
1 parent 99154c3 commit ec7aeb8

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

HISTORY.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ History
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
---------------------
920
0.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

docs/ephemeris.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
5563
ephemeris.setup\_data\_libraries module
5664
---------------------------------------
5765

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.8"
6+
__version__ = "0.10.9"
77

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

0 commit comments

Comments
 (0)