Skip to content

Commit 2ccbf59

Browse files
committed
Create release 0.75.20
1 parent 50a6485 commit 2ccbf59

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-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.75.20 (2024-01-30)
10+
---------------------
11+
* Fix use of `package_name` attribute on `CondaTarget` objects (thanks to
12+
`@nsoranzo`_). `Pull Request 1424`_
13+
* Don't crash autoupdate on non-PEP440-compliant tool versions (thanks to
14+
`@nsoranzo`_). `Pull Request 1422`_
15+
* Add now mandatory readthedocs config files (thanks to `@nsoranzo`_). `Pull
16+
Request 1419`_
17+
* Update action versions (thanks to `@nsoranzo`_). `Pull Request 1416`_
18+
819
---------------------
920
0.75.19 (2023-12-06)
1021
---------------------
@@ -2071,6 +2082,10 @@ History
20712082
tools - and more experimental features involving Docker and Homebrew. 7d07782_
20722083

20732084
.. github_links
2085+
.. _Pull Request 1424: https://github.com/galaxyproject/planemo/pull/1424
2086+
.. _Pull Request 1422: https://github.com/galaxyproject/planemo/pull/1422
2087+
.. _Pull Request 1419: https://github.com/galaxyproject/planemo/pull/1419
2088+
.. _Pull Request 1416: https://github.com/galaxyproject/planemo/pull/1416
20742089
.. _Pull Request 1388: https://github.com/galaxyproject/planemo/pull/1388
20752090
.. _Pull Request 1412: https://github.com/galaxyproject/planemo/pull/1412
20762091
.. _Pull Request 1410: https://github.com/galaxyproject/planemo/pull/1410

planemo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.75.20.dev0"
1+
__version__ = "0.75.20"
22

33

44
PROJECT_NAME = "planemo"

0 commit comments

Comments
 (0)