Skip to content

Commit db71ec6

Browse files
committed
Bump version and deprecate accordingly
1 parent ece7c26 commit db71ec6

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

.github/workflows/verify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name: Latest commit
55

66
env:
7-
CACHE_VERSION: 12
7+
CACHE_VERSION: 13
88
DEFAULT_PYTHON: "3.13"
99
PRE_COMMIT_HOME: ~/.cache/pre-commit
1010

@@ -173,7 +173,7 @@ jobs:
173173
needs: commitcheck
174174
strategy:
175175
matrix:
176-
python-version: ["3.13", "3.12"]
176+
python-version: ["3.13"]
177177
steps:
178178
- name: Check out committed code
179179
uses: actions/checkout@v4
@@ -213,7 +213,7 @@ jobs:
213213
needs: prepare-test-cache
214214
strategy:
215215
matrix:
216-
python-version: ["3.13", "3.12"]
216+
python-version: ["3.13"]
217217

218218
steps:
219219
- name: Check out committed code

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## v1.7.5
4+
5+
- Maintenance chores
6+
- Deprecating python 3.12
7+
8+
## v1.7.4
9+
10+
- Maintenance chores
11+
312
## v1.7.3
413

514
- Improve readability of xml-data in POST/PUT requests via [#707](https://github.com/plugwise/python-plugwise/pull/707), [#708](https://github.com/plugwise/python-plugwise/pull/708) and [#715](https://github.com/plugwise/python-plugwise/pull/715)

pyproject.toml

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

55
[project]
66
name = "plugwise"
7-
version = "1.7.4"
7+
version = "1.7.5"
88
license = "MIT"
99
description = "Plugwise Smile (Adam/Anna/P1) and Stretch module for Python 3."
1010
readme = "README.md"

0 commit comments

Comments
 (0)