Skip to content

Commit

Permalink
Bump version to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeljo committed Oct 22, 2021
1 parent 474fea7 commit ee1d82b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ee1d82b

Please sign in to comment.