- Fix documentation and uuid generator class name to reflect the fact that we use the ``uuid4`` implementation instead of ``uuid1``. [thet]
1.0.4
------------------
Bug fixes:
- Update setup.py url to point to github. [esteele]
- Fixed issues preventing tests passing on Python 3 [datakurre]
1.0.3
------------------
- 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]
1.0.2
------------------
- Generate UUID without dashes. [elro]
1.0.1
------------------
- Relicense under modified BSD license. See http://plone.org/foundation/materials/foundation-resolutions/plone-framework-components-relicensing-policy [davisagli]