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"