Skip to content

Commit e085e30

Browse files
committed
Create release 0.15.7
1 parent 26846d7 commit e085e30

File tree

2 files changed

+27
-4
lines changed

2 files changed

+27
-4
lines changed

HISTORY.rst

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,21 @@ History
66
.. to_doc
77
88
---------------------
9-
0.15.7.dev0
10-
---------------------
11-
9+
0.15.7 (2025-03-13)
10+
---------------------
11+
* Fix transfer of remote directories (thanks to `@mvdbeek`_). `Pull Request 385`_
12+
* Add health check endpoint (thanks to `@nuwang`_). `Pull Request 382`_
13+
* Prepare dirs from Galaxy, to properly recover resubmitted jobs (thanks to
14+
`@natefoo`_). `Pull Request 380`_
15+
* Replace obsolete package types-pkg-resources with types-setuptools (thanks
16+
to `@nuwang`_). `Pull Request 383`_
17+
* Drop nose (thanks to `@neoformit`_). `Pull Request 333`_
18+
* Open tool file contents in `rb` (thanks to `@mvdbeek`_). `Pull Request 372`_
19+
* Do not attempt to complete pre- or post-process if jobs are cancelled in the
20+
middle of either stage (thanks to `@natefoo`_). `Pull Request 365`_
21+
* Update job_managers.rst (thanks to `@peterg1t`_). `Pull Request 360`_
22+
* Send accept-encoding: identity to get correct content-length on head …
23+
(thanks to `@mvdbeek`_). `Pull Request 361`_
1224

1325
---------------------
1426
0.15.6 (2024-01-15)
@@ -496,6 +508,15 @@ History
496508

497509

498510
.. github_links
511+
.. _Pull Request 385: https://github.com/galaxyproject/pulsar/pull/385
512+
.. _Pull Request 382: https://github.com/galaxyproject/pulsar/pull/382
513+
.. _Pull Request 380: https://github.com/galaxyproject/pulsar/pull/380
514+
.. _Pull Request 383: https://github.com/galaxyproject/pulsar/pull/383
515+
.. _Pull Request 333: https://github.com/galaxyproject/pulsar/pull/333
516+
.. _Pull Request 372: https://github.com/galaxyproject/pulsar/pull/372
517+
.. _Pull Request 365: https://github.com/galaxyproject/pulsar/pull/365
518+
.. _Pull Request 360: https://github.com/galaxyproject/pulsar/pull/360
519+
.. _Pull Request 361: https://github.com/galaxyproject/pulsar/pull/361
499520

500521
.. _Pull Request 351: https://github.com/galaxyproject/pulsar/pull/351
501522
.. _Pull Request 338: https://github.com/galaxyproject/pulsar/pull/338
@@ -651,3 +672,5 @@ History
651672
.. _@nsoranzo: https://github.com/nsoranzo
652673
.. _@SergeyYakubov: https://github.com/SergeyYakubov
653674
.. _@cat-bro: https://github.com/cat-bro
675+
.. _@peterg1t: https://github.com/peterg1t
676+
.. _@neoformit: https://github.com/neoformit

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.7.dev0'
1+
__version__ = '0.15.7'
22

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

0 commit comments

Comments
 (0)