From 9b0887faaa2f8aaec04e9cf3e4fa4d198c967864 Mon Sep 17 00:00:00 2001 From: Julien Hartmann Date: Tue, 10 Nov 2015 19:55:47 +0100 Subject: [PATCH] Release version 1.4.0 --- README.rst | 6 +++--- docs/public/release_notes.rst | 8 ++++++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 357326fd..c48638e0 100644 --- a/README.rst +++ b/README.rst @@ -113,10 +113,10 @@ Releases Django-hvad uses the same release pattern as Django. The following versions are thus available: -* Stable branch 1.0, available through `PyPI`_ and git branch ``releases/1.0.x``. -* Stable branch 1.1, available through `PyPI`_ and git branch ``releases/1.1.x``. * Stable branch 1.2, available through `PyPI`_ and git branch ``releases/1.2.x``. -* Development branch 1.3, available through git branch ``master``. +* Stable branch 1.3, available through `PyPI`_ and git branch ``releases/1.3.x``. +* Stable branch 1.4, available through `PyPI`_ and git branch ``releases/1.4.x``. +* Development branch 1.5, available through git branch ``master``. Stable branches have minor bugfix releases as needed, with guaranteed compatibility. See the `installation guide`_ for details, or have a look at the `release notes`_. diff --git a/docs/public/release_notes.rst b/docs/public/release_notes.rst index 921c9917..db7e4177 100644 --- a/docs/public/release_notes.rst +++ b/docs/public/release_notes.rst @@ -5,9 +5,11 @@ Release Notes .. release 1.4.0 ***************************** -1.4.0 - upcoming release +1.4.0 - current release ***************************** +Released on November 10, 2015 + Python and Django versions supported: - Support for Python 3.5 was added. @@ -67,9 +69,11 @@ Fixes: .. release 1.3.0 ***************************** -1.3.0 - current release +1.3.0 ***************************** +Released on July 29, 2015 + This release is a collection of fixes and improvements, some of which may introduce minor compatibility issues. Please make sure you fix any deprecation warnings before upgrading to avoid those issues.