Skip to content

Commit

Permalink
Releasing 3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Dec 21, 2023
1 parent b1d0d53 commit 5307406
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
copyright = "2002-2023, Translate"

# The short X.Y version.
version = "3.11.1"
version = "3.12.0"

# The full version, including alpha/beta/rc tags
release = version
Expand Down
49 changes: 49 additions & 0 deletions docs/releases/3.12.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
Translate Toolkit 3.12.0
************************

*Released on 21 December 2023*

This release contains improvements and bug fixes.

Changes
=======

Formats and Converters
----------------------

- Android

- Fixed language definitions for some languages
- Added support for MOKO resources
- Improved handling of CDATA in strings

- Gettext PO

- Honor line wrapping configuration when adding unit

- Qt TS2

- Use correct plurals matching Qt implementation

- Properties

- Notes behave consistently with other formats

- RESX/RESW

- Use Windows newlines instead of UNIX ones

- JSON

- Improved parsing of string keys

- INI

- Do not treat lines starting with ``rem`` as comments

Contributors
============

This release was made possible by the following people:

Michal Čihař
1 change: 1 addition & 0 deletions docs/releases/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Final releases
.. toctree::
:maxdepth: 1

3.12.0 <3.12.0>
3.11.1 <3.11.1>
3.11.0 <3.11.0>
3.10.1 <3.10.1>
Expand Down
2 changes: 1 addition & 1 deletion translate/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

"""This file contains the version of the Translate Toolkit."""

ver = (3, 11, 1)
ver = (3, 12, 0)
"""Machine readable version number. Used by tools that need to adjust code
paths based on a Translate Toolkit release number."""

Expand Down

0 comments on commit 5307406

Please sign in to comment.