summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polyconseil.fr>2015-03-27 17:48:38 +0100
committerRaphaël Barrois <raphael.barrois@polyconseil.fr>2015-03-27 17:48:38 +0100
commit48a1e4a65968a911d530c87cf0bcb9f312927641 (patch)
tree95a09d3ff49e55e4da5ee8a0b8941fcbc50b0e78
parent5363951bb62ca90d971bf036851dea564204ed2e (diff)
downloadfactory-boy-2.5.1.tar
factory-boy-2.5.1.tar.gz
Release v2.5.1v2.5.1
-rw-r--r--docs/changelog.rst4
-rw-r--r--factory/__init__.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index de9778b..0d12cb3 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,8 +4,8 @@ ChangeLog
.. _v2.5.1:
-2.5.1 (master)
---------------
+2.5.1 (2015-03-27)
+------------------
*Bugfix:*
diff --git a/factory/__init__.py b/factory/__init__.py
index ad313b3..378035f 100644
--- a/factory/__init__.py
+++ b/factory/__init__.py
@@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
-__version__ = '2.5.0'
+__version__ = '2.5.1'
__author__ = 'Raphaël Barrois <raphael.barrois+fboy@polytechnique.org>'