diff options
author | Jens Vagelpohl <jens@plyp.com> | 2023-01-03 12:29:11 +0100 |
---|---|---|
committer | Jens Vagelpohl <jens@plyp.com> | 2023-01-03 12:29:11 +0100 |
commit | c8a635ea2e18ecb4597696eb060fb101654dac25 (patch) | |
tree | ab0fa8018e651dd67fb2f7ab34e9d3c6479ce8a7 | |
parent | c12141ae50a9ae8b51878722610398d86106b935 (diff) | |
download | zope-component-c8a635ea2e18ecb4597696eb060fb101654dac25.tar.gz |
- vb [ci skip]
-rw-r--r-- | CHANGES.rst | 4 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 692464e..1724bfc 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,10 @@ Changes ========= +5.1.1 (unreleased) +================== + + 5.1.0 (2023-01-03) ================== @@ -62,7 +62,7 @@ def read(*rnames): setup( name='zope.component', - version='5.1.0', + version='5.1.1.dev0', url='https://github.com/zopefoundation/zope.component', project_urls={ 'Documentation': 'https://zopecomponent.readthedocs.io/', |