From 15dbeea8816f0a7ee89097b603d08d8bcab82173 Mon Sep 17 00:00:00 2001 From: Daniele Andreotti Date: Tue, 20 Feb 2024 16:35:44 +0100 Subject: [PATCH] Preparing release 1.4.4 --- docs/HISTORY.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index 3b5d57c..574c6c9 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -1,7 +1,7 @@ Changelog ========= -1.4.4 (unreleased) +1.4.4 (2024-02-20) ------------------ - Changed translation for states "Open" and "Closed". diff --git a/setup.py b/setup.py index 77c85d5..066137c 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import os from setuptools import setup, find_packages -version = "1.4.4.dev0" +version = "1.4.4" setup( name="redturtle.bandi",