Skip to content

Commit

Permalink
Bump to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeljo committed Sep 6, 2020
1 parent e1e69d0 commit e4a519e
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.0] - 2020-09-06
==================
Added
-----
* Track remaining/total time support (requires recent firmware)
* Test shell program
Changed
-------
* Reworked the data model to match how Sisyphus itself does it. This fixes crashes that were occurring working with tables that have the latest firmware, but may break things with older firmwares.
* Switched to `python-socketio` for Socket.IO support, as it is more actively maintained than `SocketIO-client-nexus`.
* Switched to VSCode for development

[2.2.1] - 2019-08-17
====================
Fixed
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="2.2.1",
version="3.0",
description="Control your Sisyphus kinetic art tables "
"(sisyphus-industries.com)",
long_description=long_description,
Expand Down

0 comments on commit e4a519e

Please sign in to comment.