From 443108c7ad2d4821392a6a5999006ec53d1f2462 Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Mon, 20 Jul 2015 10:22:27 -0600 Subject: [PATCH] Set version for 2.3.1 release. --- CHANGES.rst | 4 ++-- model_utils/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 736756b..1fc9a62 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,8 @@ CHANGES ======= -master (unreleased) -------------------- +2.3.1 (2015-07-20) +------------------ * Remove all translation-related automation in `setup.py`. Fixes GH-178 and GH-179. Thanks Joe Weiss, Matt Molyneaux, and others for the reports. diff --git a/model_utils/__init__.py b/model_utils/__init__.py index a09be7d..272f4ca 100644 --- a/model_utils/__init__.py +++ b/model_utils/__init__.py @@ -1,4 +1,4 @@ from .choices import Choices from .tracker import FieldTracker, ModelTracker -__version__ = '2.4a1' +__version__ = '2.3.1'