diff options
author | Sadie Powell <sadie@witchery.services> | 2024-07-01 10:06:17 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-07-01 10:06:17 +0100 |
commit | 230e85798ddc2a6fb0685d5ec03b032f5a10636b (patch) | |
tree | 07fd15860764ee7c244c08fd1cf00d581393835c | |
parent | 9604690e9da529e91dc7073018418a124f1a61c8 (diff) |
Release 2.1.7.2.1.7
-rw-r--r-- | docs/Changes | 4 | ||||
-rw-r--r-- | docs/Changes.conf | 4 | ||||
-rw-r--r-- | src/version.sh | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/Changes b/docs/Changes index 5ce2931ab..82ad11984 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,5 +1,5 @@ -Anope Version 2.1.7-git ------------------------ +Anope Version 2.1.7 +------------------- Added importing of akick reasons, forbid reasons, opers and session exceptions to db_atheme. Added support for sending tag messages. Added the ability to look up account information of an authenticated user. diff --git a/docs/Changes.conf b/docs/Changes.conf index 461741ee7..8fd5654a4 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,5 +1,5 @@ -Anope Version 2.1.7-git ------------------------ +Anope Version 2.1.7 +------------------- Moved nickserv/set/language and nickserv/saset/language to the ns_set_language module. Renamed module:expire for the cs_suspend module to suspendexpire. Renamed the FANTASIA privilege to FANTASY. diff --git a/src/version.sh b/src/version.sh index 748471ef5..505765211 100644 --- a/src/version.sh +++ b/src/version.sh @@ -3,4 +3,4 @@ VERSION_MAJOR=2 VERSION_MINOR=1 VERSION_PATCH=7 -VERSION_EXTRA="-git" +VERSION_EXTRA="" |