Skip to content

Commit

Permalink
release 2.1.0 update
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrivnak committed Jan 19, 2021
1 parent 5e7e0be commit 2fe444a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Features
no need to enter an IP address or domain name.
- *Comprehensive* Nearly every documented feature that works is implemented in
this library.
- *Python 3 Support* This works in all Python versions from 2.6 up.
- *Python 3 Support* This works in all Python versions from 2.7 up.
- *Tested* There is good test coverage using true unit tests.

Usage
Expand Down Expand Up @@ -146,6 +146,14 @@ complicated or large.
Release Notes
=============

2.1.0
-----

- `Shorten http request timeout <https://github.com/mhrivnak/radiotherm/pull/47>`_
for cases where the thermostat does not respond. (@vinnyfuria)
- Drop python 2.6 support
- Use GitHub Actions instead of Travis-CI (@mhrivnak)

2.0.0
-----

Expand Down
2 changes: 1 addition & 1 deletion REQUIREMENTS.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python >= 2.6 # it was released in 2008, so don't complain. Also fully python 3 compatible.
python >= 2.7
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
long_desc = open('README.rst').read()

setup(name='radiotherm',
version='2.0.0',
version='2.1.0',
description='client library for wifi thermostats sold by radiothermostat.com',
long_description=long_desc,
packages=('radiotherm',),
Expand Down

0 comments on commit 2fe444a

Please sign in to comment.