Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare/v12.6.1 with rollback of grappelli update #3331

Merged
merged 2 commits into from
Aug 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Change Log
==========

Kiwi TCMS 12.6 (30 Aug 2023)
----------------------------
Kiwi TCMS 12.6.1 (31 Aug 2023)
------------------------------

.. important::

Expand All @@ -27,7 +27,6 @@ Improvements

- Update allpairspy from 2.5.0 to 2.5.1
- Update django from 4.2.3 to 4.2.4
- Update django-grappelli from 3.0.6 to 3.0.7
- Update mysqlclient from 2.1.1 to 2.2.0
- Update uwsgi from 2.0.21 to 2.0.22
- Update pygments from 2.15.1 to 2.16.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ django-attachments==1.11
django-colorfield==0.9.0
django-contrib-comments==2.2.0
django-extensions==3.2.3
django-grappelli==3.0.7
django-grappelli==3.0.6
django-guardian==2.4.0
django-modern-rpc==0.12.1
django-simple-history==3.3.0
Expand Down
4 changes: 2 additions & 2 deletions tcms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from datetime import datetime

__version__ = "12.6"
__release_date__ = datetime(2023, 8, 30, 21, 1)
__version__ = "12.6.1"
__release_date__ = datetime(2023, 8, 31, 9, 1)
Loading