Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielperna84 committed Feb 9, 2018
1 parent 12e42db commit 76e19f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 0.1.39 (2018-02-)
Version 0.1.39 (2018-02-09)
- Fixed exception when "resolvenames" not set @danielperna84
- Cleaning up JSON as workaround for CCU bug @danielperna84
- Added virtual CCU and some tests @danielperna84
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ def readme():

PACKAGE_NAME = 'pyhomematic'
HERE = os.path.abspath(os.path.dirname(__file__))
VERSION = '0.1.37'
VERSION = '0.1.39'

PACKAGES = find_packages(exclude=['tests', 'tests.*', 'dist', 'ccu', 'build'])
PACKAGES = find_packages(exclude=['tests', 'tests.*', 'dist', 'build'])

REQUIRES = []

Expand Down

0 comments on commit 76e19f6

Please sign in to comment.