Skip to content

Commit 86cec16

Browse files
author
semantic-release
committed
chore(release): 1.6.2 [skip ci]
Automatically generated by python-semantic-release
1 parent a66596d commit 86cec16

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

server/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<!-- version list -->
44

5+
## v1.6.2 (2026-06-04)
6+
7+
### Bug Fixes
8+
9+
- Correct typo in CSV template
10+
([`a66596d`](https://github.com/ls1admin/request/commit/a66596dfeef2f58d9ce1ef2a7e3a6a8dbc64e081))
11+
12+
513
## v1.6.1 (2026-05-18)
614

715
### Bug Fixes

server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "request-server"
7-
version = "1.6.1"
7+
version = "1.6.2"
88
description = "AET Request API Server"
99
authors = [
1010
{ name = "Magnus Kühne", email = "magnus.kuehne@tum.de" },

server/request_server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.6.1"
1+
__version__ = "1.6.2"

server/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)