Skip to content

Commit

Permalink
- prepare release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Jun 24, 2020
1 parent 0855fbf commit cc82945
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
Products.CMFUid Changelog
=========================

3.0.2 (unreleased)
3.0.2 (2020-06-24)
------------------

Breaking changes:

- *add item here*

New features:

- *add item here*

Bug fixes:
- Clean up and sanitize package and tests configurations

- Remove DeprecationWarning: "InitializeClass is deprecated.
Please import from AccessControl.class_init."
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def _read(name):

setup(
name='Products.%s' % NAME,
version='3.0.2.dev0',
version='3.0.2',
description='Uid product for the Zope Content Management Framework',
long_description=README,
classifiers=[
Expand Down

0 comments on commit cc82945

Please sign in to comment.