Skip to content

Commit 8a0f01b

Browse files
committed
Create release 0.15.9
1 parent 4c90d0c commit 8a0f01b

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

HISTORY.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ History
55

66
.. to_doc
77
8+
---------------------
9+
0.15.8 (2025-07-17)
10+
---------------------
11+
* Support HTCondor in CLUSTER_SLOTS_STATEMENT.sh (thanks to `@kysrpex`_).
12+
`Pull Request 405`_
13+
* BasicAuth for PulsarTesRunner (thanks to `@BorisYourich`_). `Pull Request
14+
391`_
15+
* Move `get_pulsar_app_config()` and `_ensure_manager_config()` (thanks to
16+
`@jmchilton`_). `Pull Request 402`_
17+
818
---------------------
919
0.15.8 (2025-06-09)
1020
---------------------
@@ -522,6 +532,9 @@ History
522532

523533

524534
.. github_links
535+
.. _Pull Request 405: https://github.com/galaxyproject/pulsar/pull/405
536+
.. _Pull Request 391: https://github.com/galaxyproject/pulsar/pull/391
537+
.. _Pull Request 402: https://github.com/galaxyproject/pulsar/pull/402
525538
.. _Pull Request 387: https://github.com/galaxyproject/pulsar/pull/387
526539
.. _Pull Request 398: https://github.com/galaxyproject/pulsar/pull/398
527540
.. _Pull Request 397: https://github.com/galaxyproject/pulsar/pull/397
@@ -694,3 +707,6 @@ History
694707
.. _@cat-bro: https://github.com/cat-bro
695708
.. _@peterg1t: https://github.com/peterg1t
696709
.. _@neoformit: https://github.com/neoformit
710+
.. _@BorisYourich: https://github.com/BorisYourich
711+
.. _@kysrpex: https://github.com/kysrpex
712+
.. _@jmchilton: https://github.com/jmchilton

pulsar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.15.8'
1+
__version__ = '0.15.9'
22

33
PROJECT_NAME = "pulsar"
44
PROJECT_OWNER = PROJECT_USERAME = "galaxyproject"

0 commit comments

Comments
 (0)