From 6cce75b39b747d86a19289db5311305026cd9663 Mon Sep 17 00:00:00 2001 From: aRn0D Date: Tue, 19 Jul 2016 10:08:37 +0200 Subject: [PATCH] Preparing version 1.5.7 --- CHANGELOG-1.5.md | 2 ++ src/Pim/Bundle/CatalogBundle/Version.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-1.5.md b/CHANGELOG-1.5.md index 9dcee8e8025f..db198abf803c 100644 --- a/CHANGELOG-1.5.md +++ b/CHANGELOG-1.5.md @@ -1,3 +1,5 @@ +# 1.5.7 (2016-07-19) + # 1.5.6 (2016-07-06) ## Bug fixes diff --git a/src/Pim/Bundle/CatalogBundle/Version.php b/src/Pim/Bundle/CatalogBundle/Version.php index 3995ff81d3e5..a43bfb4f8f85 100644 --- a/src/Pim/Bundle/CatalogBundle/Version.php +++ b/src/Pim/Bundle/CatalogBundle/Version.php @@ -12,7 +12,7 @@ class Version { /** @staticvar string */ - const VERSION = '1.5.6'; + const VERSION = '1.5.7'; /** @staticvar string */ const VERSION_CODENAME = 'Fresh Hare';