Skip to content

Commit 43af43f

Browse files
committed
Changelog for v12.2
1 parent 99cc9e3 commit 43af43f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.rst

+9
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,15 @@ build ``gssapi`` because it doesn't provide binary packages. Try
5959
CHANGELOG
6060
---------
6161

62+
v12.2 (04 Apr 2023)
63+
~~~~~~~~~~~~~~~~~~~
64+
65+
- New arguments for ``plugin_helpers.Backend.update_test_execution()`` method.
66+
Now accepts the ``start_date`` and ``stop_date`` arguments at the end of its
67+
signature
68+
- Start testing the client library with Python 3.9
69+
70+
6271
v11.4 (15 Jul 2022)
6372
~~~~~~~~~~~~~~~~~~~
6473

tcms_api/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '11.4'
1+
__version__ = '12.2'

0 commit comments

Comments
 (0)