Skip to content

Commit a0fee5a

Browse files
fsbraunGithub Release Actionvinitkumarsourcery-ai[bot]
authored
chore: Prepare release 4.1.6 (#8202)
* [4.1.6 release process] Bumped version to 4.1.6 * [4.1.6 release process] compilemessages * [4.1.6 release process] compiling new static files * [4.1.6 release process] updating latest docs * Update CHANGELOG.rst * Update 4.1.6.rst * Update 4.1.6.rst * Update CHANGELOG.rst Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> * Update docs/upgrade/4.1.6.rst Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> * Update docs/upgrade/4.1.6.rst Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> * Update CHANGELOG.rst Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> * Update CHANGELOG.rst * Update 4.1.6.rst --------- Co-authored-by: Github Release Action <info@django-cms.org> Co-authored-by: Vinit Kumar <mail@vinitkumar.me> Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
1 parent 52af3ff commit a0fee5a

27 files changed

+86
-18
lines changed

CHANGELOG.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
4.1.6 (2025-04-22)
2+
==================
3+
4+
Bug Fixes:
5+
----------
6+
* Django 5.2 tried adding object tools to the page tree throwing an error (#8200) (52af3ffc9) -- Fabian Braun
7+
8+
Statistics:
9+
-----------
10+
11+
This release includes 4 pull requests, and was created with the help of the following contributors (in alphabetical order):
12+
13+
* Fabian Braun (1 pull requests)
14+
15+
With the review help of the following contributors:
16+
17+
* Vinit Kumar
18+
19+
Thanks to all contributors for their efforts!
20+
121
4.1.4 (2025-04-04)
222
==================
323

cms/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '4.1.5'
1+
__version__ = '4.1.6'
22

33
default_app_config = 'cms.apps.CMSConfig'
18 Bytes
Binary file not shown.

cms/locale/zh_CN/LC_MESSAGES/django.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
# Aosp T, 2023
88
# Florian Delizy <florian.delizy@gmail.com>, 2023
99
# libingchao <popil1987@126.com>, 2023
10-
# Fabian Braun <fsbraun@gmx.de>, 2023
1110
# Scott Jiang, 2023
11+
# Fabian Braun <fsbraun@gmx.de>, 2025
1212
# Jonas Obrist <ojiidotch@gmail.com>, 2011
1313
msgid ""
1414
msgstr ""
1515
"Project-Id-Version: django-cms\n"
1616
"Report-Msgid-Bugs-To: \n"
1717
"POT-Creation-Date: 2023-08-23 12:21+0000\n"
1818
"PO-Revision-Date: 2022-12-12 10:32+0000\n"
19-
"Last-Translator: Scott Jiang, 2023\n"
19+
"Last-Translator: Fabian Braun <fsbraun@gmx.de>, 2025\n"
2020
"Language-Team: Chinese (China) (https://app.transifex.com/divio/teams/58664/zh_CN/)\n"
2121
"MIME-Version: 1.0\n"
2222
"Content-Type: text/plain; charset=UTF-8\n"
@@ -438,10 +438,10 @@ msgstr "用户"
438438

439439
#, python-format
440440
msgid "Logout %s"
441-
msgstr "登出 %s"
441+
msgstr "退出 %s"
442442

443443
msgid "Logout"
444-
msgstr "注销"
444+
msgstr "退出"
445445

446446
msgid "Language"
447447
msgstr "语言"

cms/static/cms/css/4.1.5/cms.admin.css renamed to cms/static/cms/css/4.1.6/cms.admin.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cms/static/cms/css/4.1.5/cms.base.css renamed to cms/static/cms/css/4.1.6/cms.base.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cms/static/cms/css/4.1.5/cms.pagetree.css renamed to cms/static/cms/css/4.1.6/cms.pagetree.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cms/static/cms/css/4.1.5/cms.welcome.css renamed to cms/static/cms/css/4.1.6/cms.welcome.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

0 commit comments

Comments
 (0)