Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: Relase 3.9.0
  • Loading branch information
nijel committed May 15, 2023
1 parent d936a65 commit 719aaa3
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -23,7 +23,7 @@
copyright = "2002-2023, Translate"

# The short X.Y version.
version = "3.8.6"
version = "3.9.0"

# The full version, including alpha/beta/rc tags
release = version
Expand Down
45 changes: 45 additions & 0 deletions docs/releases/3.9.0.rst
@@ -0,0 +1,45 @@
Translate Toolkit 3.9.0
***********************

*Released on 15 May 2023*

This release contains improvements and bug fixes.

Changes
=======

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

- Android

- Improved white space handling

- Fluent

- Attributes are now exposed as translatable entities
- Terms are now prefixed with -
- Other cleanups and refactoring

- POXLIFF

- Avoid using "None" as translation for untranslated pluralized units

- TBX

- Improved notes handling

Others
------

- improved CSV output of pocount
- junitmsgfmt has been rewritten in Python
- added snapshot testing


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

This release was made possible by the following people:

Serg Tereshchenko, Michal Čihař, Henry Wilkes, Serhii Tereshchenko, TrianguloY
1 change: 1 addition & 0 deletions docs/releases/index.rst
Expand Up @@ -17,6 +17,7 @@ Final releases
.. toctree::
:maxdepth: 1

3.9.0 <3.9.0>
3.8.6 <3.8.6>
3.8.5 <3.8.5>
3.8.4 <3.8.4>
Expand Down
2 changes: 1 addition & 1 deletion translate/__version__.py
Expand Up @@ -18,7 +18,7 @@

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

ver = (3, 8, 6)
ver = (3, 9, 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 719aaa3

Please sign in to comment.