Internal:
- Update configuration files. [plone devs] (237ff4c8, 6e36bcc4)
Breaking changes:
- Drop python 2.7 support. [gforcada] (#1)
Internal:
- Update configuration files. [plone devs] (2ed8f544)
Bug fixes:
- Minor packaging updates. (#1)
Bug fixes:
- Fix package dependencies. [gforcada]
- Fix documentation and uuid generator class name to reflect the fact that we use the
uuid4
implementation instead ofuuid1
. [thet]
Bug fixes:
- Update setup.py url to point to github. [esteele]
- Fixed issues preventing tests passing on Python 3 [datakurre]
- Use zope.browserpage. [hannosch]
- Defensive UUID assignment in addAttributeUUID() handler: keep existing UUID value if handler called more than once, except in case of object copy event, where original and destination should have distinct UUID. [seanupton]
- Generate UUID without dashes. [elro]
- Relicense under modified BSD license. See http://plone.org/foundation/materials/foundation-resolutions/plone-framework-components-relicensing-policy [davisagli]
- Release 1.0 Final [esteele]
- Add MANIFEST.in. [WouterVH]
- Add MutableUUID component [toutpt]
- Initial release