Skip to content

Commit

Permalink
bump version to 2023.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed Sep 6, 2023
1 parent 3dd8691 commit 934a804
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
28 changes: 25 additions & 3 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,38 @@
Changelog
=========

.. _v2023.9.1:

2023.9.1
--------

Released on September 6, 2023

Enhancements
^^^^^^^^^^^^
- Raise in P2P if ``column`` ``dtype`` is wrong (:pr:`8167`) `Hendrik Makait`_
- Auto-fail tasks with deps larger than the worker memory (:pr:`8135`) `crusaderky`_
- Make workers table sortable (:pr:`8153`) `Jacob Tomlinson`_
- Support for unsetting environment variables (:pr:`8144`) `crusaderky`_

Deprecations
^^^^^^^^^^^^
- Deprecate asynchronous ``Listener.stop()`` (:pr:`8151`) `Hendrik Makait`_

Maintenance
^^^^^^^^^^^
- Initial tweaks after Dask key type changes (:pr:`8162`) `crusaderky`_
- Bump ``actions/checkout`` from 3.6.0 to 4.0.0 (:pr:`8159`)
- Fix flaky ``test_worker_metrics`` (:pr:`8154`) `crusaderky`_


.. _v2023.9.0:

2023.9.0
--------

Released on September 1, 2023

New Features
^^^^^^^^^^^^

Enhancements
^^^^^^^^^^^^
- Don't capture ``functools`` frames in code (:pr:`8146`) `crusaderky`_
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ requires-python = ">=3.9"
dependencies = [
"click >= 8.0",
"cloudpickle >= 1.5.0",
"dask == 2023.9.0",
"dask == 2023.9.1",
"jinja2 >= 2.10.3",
"locket >= 1.0.0",
"msgpack >= 1.0.0",
Expand Down

0 comments on commit 934a804

Please sign in to comment.