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

Commit

Permalink
0.1.70 (#336)
Browse files Browse the repository at this point in the history
* setup.py should not installs 'tests' package (#335)

fixes #334

* Bump version

* Fix Issue number

Co-authored-by: Andreas Billmeier <[email protected]>
  • Loading branch information
danielperna84 and onkelbeh authored Oct 2, 2020
1 parent 0944b85 commit 483e593
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 0.1.70 (2020-10-03)
- Remove toplevel tests (Issue #334) @onkelbeh

Version 0.1.69 (2020-10-01)
- Support for HmIP-PCBS2 + HmIP-FSI16 @leinich
- Support for HB-LC-Sw2PBU-FM @oechslein
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.69'
VERSION = '0.1.70'

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

REQUIRES = []

Expand Down

0 comments on commit 483e593

Please sign in to comment.