Skip to content

Commit f1a68e1

Browse files
authored
Merge pull request #851 from fronzbot/version-bump
Version bump
2 parents e98a587 + 3b7b48f commit f1a68e1

File tree

3 files changed

+33
-6
lines changed

3 files changed

+33
-6
lines changed

CHANGES.rst

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,42 @@ Changelog
44

55
A list of changes between each release
66

7+
0.22.5 (2024-01-07)
8+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9+
10+
Warning: This release removes support for Python 3.8 and adds Python 3.12 support.
11+
12+
**Bugfixes**
13+
14+
- Add new keys for wifi, lfr, and battery (`mkmer #835 <https://github.com/fronzbot/blinkpy/pull/835>`__)
15+
- Battery level (`mkmer #837 <https://github.com/fronzbot/blinkpy/pull/837>`__)
16+
- Address not awaited warning (`mkmer #838 <https://github.com/fronzbot/blinkpy/pull/838>`__)
17+
- Catch ContentTypeError in 2FA (`mkmer #843 <https://github.com/fronzbot/blinkpy/pull/843>`__)
18+
- Handle empty put response in wait_command (`mkmer #847 <https://github.com/fronzbot/blinkpy/pull/847>`__)
19+
- Change default user agent to fix API calls (`gingerm0nkey #848 <https://github.com/fronzbot/blinkpy/pull/848>`__)
20+
- Android for new user agent (`mkmer #850 <https://github.com/fronzbot/blinkpy/pull/850>`__)
21+
22+
**Other changes**
23+
24+
- Remove Py3.8, add 3.12 (`fronzbot #839 <https://github.com/fronzbot/blinkpy/pull/839>`__)
25+
- Deprecate py38 (`fronzbot #840 <https://github.com/fronzbot/blinkpy/pull/840>`__)
26+
- Add/extract firmware version (`mkmer #842 <https://github.com/fronzbot/blinkpy/pull/842>`__)
27+
- Additional logging, fix blinksync json (`mkmer #844 <https://github.com/fronzbot/blinkpy/pull/844>`__)
28+
- Log text response (`mkmer #845 <https://github.com/fronzbot/blinkpy/pull/845>`__)
29+
- Add tests for logging (`mkmer #846 <https://github.com/fronzbot/blinkpy/pull/846>`__)
30+
- Bump ruff to 0.1.11
31+
- Bump black to 23.12.1
32+
- Bump coverage to 7.4.0
33+
- Bump pytest to 7.4.4
34+
35+
736
0.22.4 (2023-12-18)
837
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
938

1039
**Bugfixes**
1140

12-
- Allow kwargs to throttled functions, await sleep in throttle (`mkmer #823 <https://github.com/fronzbot/blinkpy/pull/800>`__)
13-
- add missing entry in type_key_map (`@Rosi2143 <https://github.com/fronzbot/blinkpy/pull/813>`__)
41+
- Allow kwargs to throttled functions, await sleep in throttle (`mkmer #823 <https://github.com/fronzbot/blinkpy/pull/823>`__)
42+
- add missing entry in type_key_map (`@Rosi2143 #813 <https://github.com/fronzbot/blinkpy/pull/813>`__)
1443

1544
** Other Changes **
1645

README.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ To install the current development version, perform the following steps. Note t
3232
$ cd ~
3333
$ git clone https://github.com/fronzbot/blinkpy.git
3434
$ cd blinkpy
35-
$ rm -rf build dist
36-
$ python3 setup.py bdist_wheel
37-
$ pip3 install --upgrade dist/*.whl
35+
$ pip install .
3836
3937
4038
If you'd like to contribute to this library, please read the `contributing instructions <https://github.com/fronzbot/blinkpy/blob/dev/CONTRIBUTING.rst>`__.

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 = "blinkpy"
7-
version = "0.23.0b3"
7+
version = "0.22.5"
88
license = {text = "MIT"}
99
description = "A Blink camera Python Library."
1010
readme = "README.rst"

0 commit comments

Comments
 (0)