diff --git a/CHANGES.rst b/CHANGES.rst index 70b0fea..def6ab7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,8 @@ -unreleased -========== +2.10 (2022-03-27) +================= - Add ``jinja2.i18n_extension`` configuration setting. + See https://github.com/Pylons/pyramid_jinja2/pull/165 2.9.2 (2022-03-19) ================== diff --git a/setup.cfg b/setup.cfg index 02b065d..1f40f99 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pyramid_jinja2 -version = 2.9.2 +version = 2.10 description = Jinja2 template bindings for the Pyramid web framework long_description = file: README.rst, CHANGES.rst long_description_content_type = text/x-rst