Skip to content

Commit 2934fc0

Browse files
committed
Changelog for v13.3
1 parent e4546c8 commit 2934fc0

File tree

2 files changed

+57
-2
lines changed

2 files changed

+57
-2
lines changed

CHANGELOG.rst

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,61 @@
11
Change Log
22
==========
33

4+
Kiwi TCMS 13.3 (20 May 2024)
5+
----------------------------
6+
7+
.. important::
8+
9+
This is a small release which contains several improvements, bug fixes,
10+
internal refactoring and updated translations!
11+
12+
13+
Recommended upgrade path, see :ref:`upgrading-instructions`::
14+
15+
13.2 -> 13.3
16+
17+
18+
After upgrade don't forget to::
19+
20+
./manage.py upgrade
21+
22+
23+
Improvements
24+
~~~~~~~~~~~~
25+
26+
- Update Django from 4.2.11 to 4.2.12
27+
- Update psycopg from 3.1.18 to 3.1.19
28+
- Update PyGithub from 1.58.2 to 2.3.0
29+
- Update pygments from 2.17.2 to 2.18.0
30+
- Update python-gitlab from 4.4.0 to 4.5.0
31+
- Replace more inline ``style=`` HTML attributes with CSS classes
32+
33+
34+
Bug fixes
35+
~~~~~~~~~
36+
37+
- Truncate ``TestCase.text`` length for Jira 1-click bug reports to avoid
38+
400, 414 and/or 500 errors! Text will be truncated to 30k chars for automated
39+
POST requests and 6k chars for fallback GET requests to fit inside Jira
40+
limitations
41+
42+
43+
Refactoring and testing
44+
~~~~~~~~~~~~~~~~~~~~~~~
45+
46+
- Remove double slash in Jira fallback URL
47+
- Stop using the ``Github(login_or_token)`` argument b/c it is deprecated
48+
- Update selenium from 4.20.0 to 4.21.0
49+
50+
51+
Translations
52+
~~~~~~~~~~~~
53+
54+
- Updated `Chinese Simplified translation <https://crowdin.com/project/kiwitcms/zh-CN#>`_
55+
- Updated `Chinese Traditional translation <https://crowdin.com/project/kiwitcms/zh-TW#>`_
56+
57+
58+
459
Kiwi TCMS 13.2 (04 May 2024)
560
----------------------------
661

tcms/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
22
from datetime import datetime
33

4-
__version__ = "13.2"
5-
__release_date__ = datetime(2024, 5, 4, 11, 35)
4+
__version__ = "13.3"
5+
__release_date__ = datetime(2024, 5, 20, 15, 35)

0 commit comments

Comments
 (0)