From 280aa36b8f96edb8e6676b82eb1eb16797421995 Mon Sep 17 00:00:00 2001 From: Nicolas Dupont Date: Thu, 12 Feb 2015 12:38:57 +0100 Subject: [PATCH] PIM-3482: prepare the release v1.3.0 --- CHANGELOG.md | 4 ++-- src/Pim/Bundle/CatalogBundle/Version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5c3593691d0..66026ba28e72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 1.3.x +# 1.3.0 - "Hare Force" (2015-02-12) # 1.3.0-RC3 (2015-02-12) @@ -483,7 +483,7 @@ - constructor of Pim\Bundle\BaseConnectorBundle\Writer\Doctrine\Writer has changed - Pim\Bundle\TransformBundle\Cache\ProductCacheClearer has been renamed Pim\Bundle\TransformBundle\Cache\CacheClearer -# 1.2.0 (2014-08-28) +# 1.2.0 - "Acrobatty Bunny" (2014-08-28) ## Improvements diff --git a/src/Pim/Bundle/CatalogBundle/Version.php b/src/Pim/Bundle/CatalogBundle/Version.php index b884722d0c5a..582d7f97b737 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.3.0-RC3'; + const VERSION = '1.3.0'; /** @staticvar string */ const VERSION_CODENAME = 'Hare Force';