From 277b28cbd92f358c6edcd7ea2022bbcdb680de56 Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Sat, 2 Apr 2016 23:13:16 +0200 Subject: [PATCH] Bumped VERSION to 1.4.3 alpha --- CHANGES.rst | 5 +++++ django_hstore/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 315f4bc..4c09c65 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,11 @@ Changelog ========= +Version 1.4.3 [unreleased] +-------------------------- + +WIP + Version 1.4.2 [2016-04-02] -------------------------- diff --git a/django_hstore/__init__.py b/django_hstore/__init__.py index 3ade528..dfd4a56 100644 --- a/django_hstore/__init__.py +++ b/django_hstore/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 4, 2, 'final') +VERSION = (1, 4, 3, 'alpha') __version__ = VERSION