From ee1d82b6a7448de3da06779d3c4c58028c363167 Mon Sep 17 00:00:00 2001 From: Jonathan Keljo Date: Thu, 21 Oct 2021 15:33:56 -0700 Subject: [PATCH] Bump version to 3.1 --- CHANGELOG.rst | 12 ++++++++++++ setup.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8b6ea6a..65a0c23 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,18 @@ Changelog sisyphus-control ++++++++++++++++ +[3.1] - 2021-10-21 +================== +Added +----- +* Python types for the entire API +* `Table.firmware_version` and `Table.mac_address` +Fixed +------- +* `find_table_ips` returns an empty list rather than `None` if none are found +* An error result returned from a POST request is now properly included in the Exception +* Locked dependency versions of `python-socketio` and `python-engineio` to those that support the SocketIO protocol version used by Sisyphus + [3.0] - 2020-09-06 ================== Added diff --git a/setup.py b/setup.py index a55b9b6..4c13333 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="sisyphus-control", - version="3.0", + version="3.1", description="Control your Sisyphus kinetic art tables " "(sisyphus-industries.com)", long_description=long_description,