Skip to content

Commit c52a64f

Browse files
authored
Merge pull request padelt#114 from amorphic/master
Release 1.6.0
2 parents aeba239 + f955e69 commit c52a64f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ All notable changes to this project will be documented in this file.
88

99
No changes yet.
1010

11-
## [next-1.6.0]
12-
13-
Major changes:
11+
## [1.6.0]
12+
### Added
1413
- A new architecture for supporting different device types.
1514
- Tests using pytest
1615

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
author='Philipp Adelt',
77
author_email='autosort-github@philipp.adelt.net ',
88
url='https://github.com/padelt/temper-python',
9-
version='1.5.3',
9+
version='1.6.0',
1010
description='Reads temperature from TEMPerV1 devices (USB 0c45:7401)',
1111
long_description=open('README.md', encoding='utf-8').read(),
12+
long_description_content_type='text/markdown',
1213
packages=['temperusb'],
1314
install_requires=[
1415
'pyusb>=1.0.0rc1',

0 commit comments

Comments
 (0)