From e9661ef71f7a2660bdc6479fdb52dc3e4d0ecaed Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Thu, 1 Feb 2024 14:37:01 +0100 Subject: [PATCH] Create release 0.10.10 --- HISTORY.rst | 8 ++++++++ src/ephemeris/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 6e9386d..80f68b4 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,6 +5,13 @@ History .. to_doc +--------------------- +0.10.10 (2024-02-01) +--------------------- + +* Use None default value where items are optional (thanks to `@mvdbeek`_). + `Pull Request 212`_ + --------------------- 0.10.9 (2024-01-31) --------------------- @@ -267,6 +274,7 @@ History and adapt them for usage as a library. .. github_links +.. _Pull Request 212: https://github.com/galaxyproject/ephemeris/pull/212 .. _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 diff --git a/src/ephemeris/__init__.py b/src/ephemeris/__init__.py index 20f5851..dee914b 100644 --- a/src/ephemeris/__init__.py +++ b/src/ephemeris/__init__.py @@ -3,7 +3,7 @@ import yaml from bioblend import galaxy -__version__ = "0.10.10.dev0" +__version__ = "0.10.10" PROJECT_NAME = "ephemeris" PROJECT_OWNER = PROJECT_USERAME = "galaxyproject"