Skip to content

Commit

Permalink
Changelog for v13.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Feb 27, 2024
1 parent 8c72bf5 commit fd0697f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,37 @@
Change Log
==========

Kiwi TCMS 13.1.1 (27 Feb 2024)
------------------------------

.. important::

This is a hot-fix release for a bug introduced in v13.1!


Recommended upgrade path, see :ref:`upgrading-instructions`::

13.1 -> 13.1.1


After upgrade don't forget to::

./manage.py upgrade


Bug fixes
~~~~~~~~~

- Downgrade node_modules/datatables.net-buttons from 3.0.0 to 2.4.3. Fixes
`Issue #3552 <https://github.com/kiwitcms/Kiwi/issues/3552>`_

Refactoring
~~~~~~~~~~~

- Use ``max()`` built-in function instead of an if block



Kiwi TCMS 13.1 (26 Feb 2024)
----------------------------

Expand Down
4 changes: 2 additions & 2 deletions tcms/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from datetime import datetime

__version__ = "13.1"
__release_date__ = datetime(2024, 2, 26, 12, 19)
__version__ = "13.1.1"
__release_date__ = datetime(2024, 2, 27, 13, 5)

0 comments on commit fd0697f

Please sign in to comment.