Skip to content

Commit 100d8fa

Browse files
authored
Merge pull request #559 from fronzbot/version-bump-19
Version bump
2 parents 6c33a22 + 4aaeecd commit 100d8fa

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGES.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Changelog
44

55
A list of changes between each release
66

7-
0.19.0 (pre-release)
7+
0.19.0 (2022-03-20)
88
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
99

1010
**Bugfixes:**
@@ -23,7 +23,6 @@ A list of changes between each release
2323

2424
- Make code that determines need for unique class (Mini + Doorbells) generic (`#553 <https://github.com/fronzbot/blinkpy/pull/553>`__)
2525
- Bump pre-commit to 2.17.0
26-
- Bump pytest to 7.0.1
2726
- Bump pytest-timeout to 2.1.0
2827
- Bump pygments to 2.11.2
2928
- Bump black to 22.1.0

blinkpy/helpers/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
MAJOR_VERSION = 0
66
MINOR_VERSION = 19
7-
PATCH_VERSION = "0.rc2"
7+
PATCH_VERSION = 0
88

99
__version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}.{PATCH_VERSION}"
1010

0 commit comments

Comments
 (0)