From 0c79510447ffeb6c271463a1457c56b4d72941a8 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Gury Date: Fri, 17 Dec 2021 14:30:57 +0100 Subject: [PATCH] Preparing release 0.6.1 --- HISTORY.rst | 2 +- libreosteoweb/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 9dadb000..68136931 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,7 @@ Changelog for LibreOsteo ======================== -0.6.1 (unreleased) +0.6.1 (2021-12-17) ------------------ - Add zipcode / city autocompletion diff --git a/libreosteoweb/__init__.py b/libreosteoweb/__init__.py index 39874e6b..7562fc33 100644 --- a/libreosteoweb/__init__.py +++ b/libreosteoweb/__init__.py @@ -13,4 +13,4 @@ # You should have received a copy of the GNU General Public License # along with LibreOsteo. If not, see . default_app_config = 'libreosteoweb.apps.LibreosteoConfig' -__version__ = '0.6.1.dev0' +__version__ = '0.6.1'