diff --git a/CHANGELOG.md b/CHANGELOG.md index 69923c1..de650fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [unreleased] +## [0.3.2] - 2016-05-09 ### Changed - Test factories and other test files are now included in the package installation. Factories can be useful when creating project tests. diff --git a/setup.py b/setup.py index e112ac0..436e7d0 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ description = 'Python library for abstracting social federation protocols' setup( name='Social-Federation', - version='0.3.1', + version='0.3.2', description=description, long_description=description, author='Jason Robinson',