File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Changelog
4
4
5
5
A list of changes between each release
6
6
7
- 0.19.0 (pre-release )
7
+ 0.19.0 (2022-03-20 )
8
8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9
9
10
10
**Bugfixes: **
@@ -23,7 +23,6 @@ A list of changes between each release
23
23
24
24
- Make code that determines need for unique class (Mini + Doorbells) generic (`#553 <https://github.com/fronzbot/blinkpy/pull/553 >`__)
25
25
- Bump pre-commit to 2.17.0
26
- - Bump pytest to 7.0.1
27
26
- Bump pytest-timeout to 2.1.0
28
27
- Bump pygments to 2.11.2
29
28
- Bump black to 22.1.0
Original file line number Diff line number Diff line change 4
4
5
5
MAJOR_VERSION = 0
6
6
MINOR_VERSION = 19
7
- PATCH_VERSION = "0.rc2"
7
+ PATCH_VERSION = 0
8
8
9
9
__version__ = f"{ MAJOR_VERSION } .{ MINOR_VERSION } .{ PATCH_VERSION } "
10
10
You can’t perform that action at this time.
0 commit comments