Skip to content

Commit 4672679

Browse files
authored
Add new version. Improve Notice (#431)
1 parent 3e95ab0 commit 4672679

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Hawkpost lets you create unique links that you can share with the person that de
44

55
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).
66

7-
**Notice**
7+
## NOTICE
88

99
**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.**
1010

hawkpost/settings/common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,4 +226,4 @@
226226
SUPPORT_NAME = os.environ.get("SUPPORT_NAME")
227227
SUPPORT_EMAIL = os.environ.get("SUPPORT_EMAIL")
228228
INSTANCE_DESCRIPTION = os.environ.get("INSTANCE_DESCRIPTION", "")
229-
VERSION = "1.3.0"
229+
VERSION = "1.4.0"

0 commit comments

Comments
 (0)