Skip to content

Commit

Permalink
Release 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rpatterson committed Nov 15, 2012
1 parent d752783 commit e677f6b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,26 @@
Changelog
=========

0.2 - 2012-11-14
----------------

- Fix upgrading "Products" namespace profiles without previous version numbers
[rpatterson]

- Fix upgrade step handling, was skipping steps
[rpatterson]

- Fix duplicate UUID cleanup
[rpatterson]

- Move broken object steps into a separate ZCML file, should be
optional and used with care
[rpatterson]

- Plone 4.2 compatibility
[rpatterson]


0.1 - 2012-11-05
----------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os

version = '0.1'
version = '0.2'

tests_require = ['plone.app.testing']

Expand Down

0 comments on commit e677f6b

Please sign in to comment.