Skip to content

Commit 39d84a8

Browse files
committed
grommunio-admin-api 1.17
1 parent 1ad7b91 commit 39d84a8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.14)
2-
project(grommunio-admin VERSION 1.16 LANGUAGES NONE)
2+
project(grommunio-admin VERSION 1.17 LANGUAGES NONE)
33
execute_process(
44
COMMAND python3 -c "import api; print(api.backendVersion);"
55
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}

api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
apiSpec = None # API specification
99
apiVersion = None # API specification version. Extracted from the OpenAPI document.
10-
backendVersion = "1.16.6" # Backend version number
10+
backendVersion = "1.17.0" # Backend version number
1111

1212

1313
def _loadOpenApiSpec():

doc/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
grommunio-admin-api 1.17 (2025-02-17)
2+
=====================================
3+
4+
* CLI: add user subcommands `login`, `sendas`, `delegate`
5+
* CLI: add json-kv and json-object formats
6+
* CLI: add format argument for `store get` subcommand
7+
* Add web/EAS/DAV privilege bits, setters and expressions

0 commit comments

Comments
 (0)