diff options
| author | Michael Howitz <mh@gocept.com> | 2023-04-14 08:04:38 +0200 |
|---|---|---|
| committer | Michael Howitz <mh@gocept.com> | 2023-04-14 08:04:38 +0200 |
| commit | 68134ed68070abe6671ff4855fffe985ca282292 (patch) | |
| tree | f0e5731806ad0799256032b6a5adcbb56d25d516 | |
| parent | 1c6af940c08ca2fdb142916974a192ab6ff9ea7c (diff) | |
| download | zope-component-6.0.tar.gz | |
Preparing release 6.06.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 c81ccc9..b15a4f5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Changes ========= -6.0 (unreleased) +6.0 (2023-04-14) ================ @@ -66,7 +66,7 @@ def read(*rnames): setup( name='zope.component', - version='6.0.dev0', + version='6.0', url='https://github.com/zopefoundation/zope.component', project_urls={ 'Documentation': 'https://zopecomponent.readthedocs.io/', |
