From a6863680efbfdf78b99d1c846630e21ca29cc177 Mon Sep 17 00:00:00 2001 From: Jason Robinson Date: Mon, 9 May 2016 22:04:08 +0300 Subject: [PATCH] Release 0.3.2 --- CHANGELOG.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',