Skip to content

Commit 72d6c3d

Browse files
Prepare 0.48.3 release
1 parent 95dbd17 commit 72d6c3d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
## [Unreleased]
66
- No unreleased changes so far
77

8+
## [0.48.3] - 2022-10-13
9+
### Changed
10+
- Don't store cookies in between requests
11+
- No cache header added
12+
813
## [0.48.2] - 2022-10-04
914
### Added
1015
- Add invalid door lock state
@@ -643,7 +648,8 @@ Minor fix in observer interface
643648
## [0.1.0] - 2021-05-26
644649
Initial release
645650

646-
[unreleased]: https://github.com/tillsteinbach/WeConnect-python/compare/v0.48.2...HEAD
651+
[unreleased]: https://github.com/tillsteinbach/WeConnect-python/compare/v0.48.3...HEAD
652+
[0.48.3]: https://github.com/tillsteinbach/WeConnect-python/releases/tag/v0.48.3
647653
[0.48.2]: https://github.com/tillsteinbach/WeConnect-python/releases/tag/v0.48.2
648654
[0.48.1]: https://github.com/tillsteinbach/WeConnect-python/releases/tag/v0.48.1
649655
[0.48.0]: https://github.com/tillsteinbach/WeConnect-python/releases/tag/v0.48.0

setup_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pytest-runner~=6.0.0
22
mccabe~=0.7.0
33
flake8~=5.0.4
4-
pylint~=2.15.3
4+
pylint~=2.15.4
55
bandit~=1.7.4

0 commit comments

Comments
 (0)