Skip to content

Commit

Permalink
v1.13.2 prep
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Feb 24, 2024
1 parent 7082afe commit 477d965
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# RELEASE NOTES

## v1.13.2 - Contrib Updates

* Makes some tweaks to the recently-added Contrib/PresenceDetectorDevice by @mrioan and Deprecates Contrib/__init__.py by @uzlonewolf in https://github.com/jasonacox/tinytuya/pull/466
* And adds a note about QR code scanning with Dark Reader to the README. #463

## v1.13.1 - Cryptography Version

* PyPI 1.13.1
Expand Down
2 changes: 1 addition & 1 deletion tinytuya/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
# Colorama terminal color capability for all platforms
init()

version_tuple = (1, 13, 1)
version_tuple = (1, 13, 2)
version = __version__ = "%d.%d.%d" % version_tuple
__author__ = "jasonacox"

Expand Down

0 comments on commit 477d965

Please sign in to comment.