Skip to content

Commit

Permalink
- prepare release 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Jan 3, 2023
1 parent a6f6475 commit c12141a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -3,7 +3,7 @@
=========


5.1.0 (unreleased)
5.1.0 (2023-01-03)
==================

- Fix crash when the environment variable `PYTHONOPTIMIZED` is set to `2`
Expand Down
2 changes: 1 addition & 1 deletion buildout.cfg
Expand Up @@ -29,5 +29,5 @@ eggs = zope.component [test,zcml,security,persistentregistry,hook]

[python]
recipe = zc.recipe.egg
interpreter = python
interpreter = py
eggs = ${test:eggs}
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -62,7 +62,7 @@ def read(*rnames):

setup(
name='zope.component',
version='5.1.0.dev0',
version='5.1.0',
url='https://github.com/zopefoundation/zope.component',
project_urls={
'Documentation': 'https://zopecomponent.readthedocs.io/',
Expand Down
3 changes: 3 additions & 0 deletions tox.ini
Expand Up @@ -7,7 +7,10 @@ envlist =
py37
py38
py39
py310
py311
py27-minimal
py310-optimized
pypy
pypy3
docs
Expand Down

0 comments on commit c12141a

Please sign in to comment.