diff --git a/CHANGES.rst b/CHANGES.rst index dfa48b3..fadcc27 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,5 @@ -Unreleased (2022-11-15) -======================= +2.10.1 (2023-02-07) +=================== - Rename "master" git branch to "main" diff --git a/setup.cfg b/setup.cfg index 9870984..170edc1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pyramid_jinja2 -version = 2.10 +version = 2.10.1 description = Jinja2 template bindings for the Pyramid web framework long_description = file: README.rst, CHANGES.rst long_description_content_type = text/x-rst @@ -59,6 +59,7 @@ testing = pytest-cov docs = + setuptools # needed for pkg_resources in conf.py pylons-sphinx-themes >= 0.3 sphinx>=1.7.5