Skip to content

Commit

Permalink
Create release 0.10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Jan 31, 2024
1 parent 99154c3 commit ec7aeb8
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
15 changes: 15 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ History

.. to_doc
---------------------
0.10.9 (2024-01-31)
---------------------

* Fix CI tests (thanks to `@mvdbeek`_). `Pull Request 208`_
* Add black, ruff, isort and mypy (thanks to `@mvdbeek`_). `Pull Request 209`_
* Add now mandatory readthedocs config file (thanks to `@nsoranzo`_). `Pull
Request 210`_
* Enhancements to the IDC scripts (thanks to `@jmchilton`_). `Pull Request
201`_

---------------------
0.10.8 (2023-04-18)
---------------------
Expand Down Expand Up @@ -256,6 +267,10 @@ History
and adapt them for usage as a library.

.. github_links
.. _Pull Request 208: https://github.com/galaxyproject/ephemeris/pull/208
.. _Pull Request 209: https://github.com/galaxyproject/ephemeris/pull/209
.. _Pull Request 210: https://github.com/galaxyproject/ephemeris/pull/210
.. _Pull Request 201: https://github.com/galaxyproject/ephemeris/pull/201
.. _Pull Request 191: https://github.com/galaxyproject/ephemeris/pull/191
.. _Pull Request 196: https://github.com/galaxyproject/ephemeris/pull/196
.. _Pull Request 195: https://github.com/galaxyproject/ephemeris/pull/195
Expand Down
8 changes: 8 additions & 0 deletions docs/ephemeris.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@ ephemeris.run\_data\_managers module
:undoc-members:
:show-inheritance:

ephemeris.set\_library\_permissions module
------------------------------------------

.. automodule:: ephemeris.set_library_permissions
:members:
:undoc-members:
:show-inheritance:

ephemeris.setup\_data\_libraries module
---------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/ephemeris/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import yaml
from bioblend import galaxy

__version__ = "0.10.8"
__version__ = "0.10.9"

PROJECT_NAME = "ephemeris"
PROJECT_OWNER = PROJECT_USERAME = "galaxyproject"
Expand Down

0 comments on commit ec7aeb8

Please sign in to comment.