Skip to content

Commit

Permalink
Version 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Mar 1, 2020
1 parent 39a63b1 commit f216d53
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
= Change Log =

== 2.4.3 (**Mar 1, 2020**) ==

* Support for ``i18n.native`` list of languages to disable translation for languages the templates are natively written in.
* Support for ``repoze.who`` options like Cookie ``SameSite`` and ``Secure``.
* Dunder ``__`` methods are no longer hijacked in context local objects. This allows ``pytest``, ``doctest`` and ``mock`` to inspect thread local objects like request.
* Error reporting now gives a proper error if email support is enabled but not properly configured

== 2.4.2 (**Oct 20, 2019**) ==

* Fixed support for zope.sqlalchemy 1.2
Expand Down
3 changes: 0 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ TurboGears can be used *both* as a *full stack* framework or as a
Get Started
-----------

**NOTE: This is development branch**,
for current stable release refer to `Documentation <http://turbogears.readthedocs.io/>`_

.. image:: https://asciinema.org/a/181221.png
:target: https://asciinema.org/a/181221

Expand Down
4 changes: 2 additions & 2 deletions tg/release.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""TurboGears project related information"""
version = "2.4.2"
version = "2.4.3"
description = "Next generation TurboGears"
long_description="""
TurboGears brings together a best of breed python tools
Expand All @@ -26,5 +26,5 @@
url="http://www.turbogears.org/"
author= "Alessandro Molina, Mark Ramm, Christopher Perkins, Jonathan LaCour, Rick Copland, Alberto Valverde, Michael Pedersen and the TurboGears community"
email = "amol@turbogears.org"
copyright = """Copyright 2005-2019 Kevin Dangoor, Alberto Valverde, Mark Ramm, Christopher Perkins, Alessandro Molina and contributors"""
copyright = """Copyright 2005-2020 Kevin Dangoor, Alberto Valverde, Mark Ramm, Christopher Perkins, Alessandro Molina and contributors"""
license = "MIT"

0 comments on commit f216d53

Please sign in to comment.