We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c33a22 + 4aaeecd commit 100d8faCopy full SHA for 100d8fa
2 files changed
CHANGES.rst
@@ -4,7 +4,7 @@ Changelog
4
5
A list of changes between each release
6
7
-0.19.0 (pre-release)
+0.19.0 (2022-03-20)
8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9
10
**Bugfixes:**
@@ -23,7 +23,6 @@ A list of changes between each release
23
24
- Make code that determines need for unique class (Mini + Doorbells) generic (`#553 <https://github.com/fronzbot/blinkpy/pull/553>`__)
25
- Bump pre-commit to 2.17.0
26
-- Bump pytest to 7.0.1
27
- Bump pytest-timeout to 2.1.0
28
- Bump pygments to 2.11.2
29
- Bump black to 22.1.0
blinkpy/helpers/constants.py
@@ -4,7 +4,7 @@
MAJOR_VERSION = 0
MINOR_VERSION = 19
-PATCH_VERSION = "0.rc2"
+PATCH_VERSION = 0
__version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}.{PATCH_VERSION}"
0 commit comments