Skip to content

Commit a80712c

Browse files
authored
Bump version: v5.5.0 (#259)
1 parent 89a885d commit a80712c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/advanced_concepts.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ You can enable it by setting:
251251
Negated filter patterns
252252
-----------------------
253253

254-
.. versionadded:: 5.4.1
254+
.. versionadded:: 5.5.0
255255

256256
There is one more pattern syntax, not documented in the :code:`Filter Patterns` section anymore.
257257
It is possible to define a negated filter, and they are handled in a special way. For example let's consider following filters:
@@ -316,6 +316,6 @@ In this case there are no special cases, and matching checks every filter top to
316316

317317
.. note::
318318

319-
Since "new style" patterns were introduced in Karton version 5.4.1, "old style" negations are not recommended and should be considered deprecated.
319+
Since "new style" patterns were introduced in Karton version 5.5.0, "old style" negations are not recommended and should be considered deprecated.
320320

321321
Nevertheless, Karton still supports them and they will keep working indefinitely. So don't worry, there are no breaking changes here.

docs/task_headers_payloads.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Filter logic can be used to fulfill specific use-cases:
104104
``[{"foo": "bar"}, {"foo": "baz"}]`` 'foo' header is required and must have 'bar' or 'baz' value.
105105
==================================== ==============================================================================
106106

107-
.. versionadded:: 5.4.1
107+
.. versionadded:: 5.5.0
108108

109109
Sometimes a more flexible behavior is necessary. This should be done with caution, as Karton can handle quite complex
110110
workflows without resorting to this. The need to use complex task filtering rules may mean that one is doing something not in the "spirit" of Karton.

karton/core/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.4.0"
1+
__version__ = "5.5.0"

0 commit comments

Comments
 (0)