Skip to content

Commit 1e211eb

Browse files
authored
Merge branch 'main' into supported_features_markdown
2 parents 75d66c4 + 381acf6 commit 1e211eb

File tree

6 files changed

+268
-277
lines changed

6 files changed

+268
-277
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
persist-credentials: false
7676
- name: Python Semantic Release
7777
id: release
78-
uses: python-semantic-release/python-semantic-release@v10.2.0
78+
uses: python-semantic-release/python-semantic-release@v10.3.0
7979
with:
8080
github_token: ${{ secrets.GH_TOKEN }}
8181

poetry.lock

Lines changed: 46 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-roborock"
3-
version = "2.29.1"
3+
version = "2.31.0"
44
description = "A package to control Roborock vacuums."
55
authors = ["humbertogontijo <humbertogontijo@users.noreply.github.com>"]
66
license = "GPL-3.0-only"

0 commit comments

Comments
 (0)