diff options
| author | Michael Howitz <mh@gocept.com> | 2016-08-26 09:39:05 +0200 |
|---|---|---|
| committer | Michael Howitz <mh@gocept.com> | 2016-08-26 09:39:05 +0200 |
| commit | af290316095c90feb0a854e6cf77486b51f98c22 (patch) | |
| tree | cb5b25a10b55839edcc4ef3b0fb72782e3717214 | |
| parent | 727fcf6dd786e8ba64833210d32b4e0c83e46a40 (diff) | |
| download | zope-component-af290316095c90feb0a854e6cf77486b51f98c22.tar.gz | |
Preparing release 4.3.04.3.0
| -rw-r--r-- | CHANGES.rst | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 25fb158..b5d9190 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changes ======= -4.3.0 (unreleased) +4.3.0 (2016-08-26) ------------------ - When testing ``PURE_PYTHON`` environments under ``tox``, avoid poisoning @@ -70,7 +70,7 @@ def read(*rnames): setup( name='zope.component', - version='4.3.0.dev0', + version='4.3.0', url='https://github.com/zopefoundation/zope.component', license='ZPL 2.1', description='Zope Component Architecture', |
