Skip to content

Commit 3914e48

Browse files
authored
prep v0.26.1 (#476)
1 parent f4a1bf0 commit 3914e48

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

HISTORY.rst

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
History
44
-------
55

6+
v0.26.1 (2023-08-29)
7+
....................
8+
9+
* Uses ``testcontainers`` to provide a redis instance for the unit tests by @chrisguidry in #470
10+
* Bump ``redis`` version from <5 to <6 by @Wh1isper in #460
11+
* Bump ``idna`` from 3.6 to 3.7 in /requirements by @dependabot in #444
12+
* Bump ``jinja2`` from 3.1.3 to 3.1.4 in /requirements by @dependabot in #452
13+
* Bump ``requests`` from 2.31.0 to 2.32.0 in /requirements by @dependabot in #461
14+
* Bump ``urllib3`` from 2.2.1 to 2.2.2 in /requirements by @dependabot in #464
15+
* Bump ``certifi`` from 2024.2.2 to 2024.7.4 in /requirements by @dependabot in #468
16+
617
v0.26.0 (2023-05-01)
718
....................
819

arq/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Version here is used for the package version via the `[tool.hatch.version]` section of `pyproject.toml`.
2-
VERSION = '0.26.0'
2+
VERSION = '0.26.1'

0 commit comments

Comments
 (0)