Skip to content

Commit

Permalink
bump version to 2022.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Oct 31, 2022
1 parent aa2cd65 commit 43d7aa4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
19 changes: 16 additions & 3 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

.. _v2022.10.2:

2022.10.2
---------

Released on October 31, 2022

- Reverted a bug where Bokeh was accidentally made non-optional (:pr:`7230`) `Oliver Holworthy`_
- Schedule a queued task when a task secedes (:pr:`7224`) `Gabe Joseph`_

This was a hotfix release

.. _v2022.10.1:

2022.10.1
Expand Down Expand Up @@ -76,7 +88,7 @@ Released on October 14, 2022
As part of this migration the ``--reconnect``, ``--nprocs``, ``--bokeh``,
``--bokeh-port`` CLI options have also been removed for both the old- and new-style
CLIs. These options had already previously been deprecated.


Enhancements
^^^^^^^^^^^^
Expand Down Expand Up @@ -466,7 +478,7 @@ Released on June 24, 2022
Highlights
^^^^^^^^^^
This release includes the Worker State Machine refactor. The expectation should be that the worker
state is its own synchronous subclass. Pulling all the state out into its own class allows us
state is its own synchronous subclass. Pulling all the state out into its own class allows us
to write targeted unit tests without invoking any concurrent or asynchronous code.

See :pr:`5736` for more information.
Expand Down Expand Up @@ -4346,4 +4358,5 @@ significantly without many new features.
.. _`Graham Markall`: https://github.com/gmarkall
.. _`Nat Tabris`: https://github.com/ntabris
.. _`Burt Holzman`: https://github.com/holzman
.. _`Max Bane`: https://github.com/maxbane
.. _`Max Bane`: https://github.com/maxbane
.. _`Oliver Holworthy`: https://github.com/oliverholworthy
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
click >= 6.6
cloudpickle >= 1.5.0
dask == 2022.10.1
dask == 2022.10.2
jinja2
locket >= 1.0.0
msgpack >= 0.6.0
Expand Down

0 comments on commit 43d7aa4

Please sign in to comment.