From 4672679c65ae6e126ad0bc0d27f8849ac5c9b603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Val=C3=A9rio?= Date: Mon, 23 Sep 2024 13:41:45 +0100 Subject: [PATCH] Add new version. Improve Notice (#431) --- README.md | 2 +- hawkpost/settings/common.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 75d0f1b..52f92cb 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Hawkpost lets you create unique links that you can share with the person that de You can deploy your own server using the code from this repository or use the official server (that is running an exact copy of this repo) at [https://hawkpost.co](https://hawkpost.co). -**Notice** +## NOTICE **Hawkpost is currently in maintenance mode. This means that bug fixes will be merged and vulnerabilities in the codebase and its dependencies will be patched; however, improvements and new features will not be handled or included.** diff --git a/hawkpost/settings/common.py b/hawkpost/settings/common.py index e0d66a1..ec93673 100644 --- a/hawkpost/settings/common.py +++ b/hawkpost/settings/common.py @@ -226,4 +226,4 @@ SUPPORT_NAME = os.environ.get("SUPPORT_NAME") SUPPORT_EMAIL = os.environ.get("SUPPORT_EMAIL") INSTANCE_DESCRIPTION = os.environ.get("INSTANCE_DESCRIPTION", "") -VERSION = "1.3.0" +VERSION = "1.4.0"