Skip to content

Commit f3de970

Browse files
committed
Release v1.1.1
1 parent 22959f1 commit f3de970

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

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

33
Status of the `main` branch. Changes prior to the next official version change will appear here.
44

5+
# 1.1.1
6+
57
* General:
68
- Enable cert verification for HTTPS request to oraios-software.de #1320
79

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["hatchling"]
44

55
[project]
66
name = "serena-agent"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
description = ""
99
authors = [{ name = "Oraios AI", email = "info@oraios-ai.de" }]
1010
readme = "README.md"

src/serena/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.1.0"
1+
__version__ = "1.1.1"
22

33
import logging
44

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)