Skip to content

Commit

Permalink
Bump to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeljo committed Jul 19, 2018
1 parent 66982cf commit ace325a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,27 @@ Changelog
sisyphus-control
++++++++++++++++

[2.1] - 2018-07-12
====================

Added
-----
* You can now pass in your own ``aiohttp.ClientSession``
* Added some more log statements

Changed
-------
* Callbacks on the Table object may be coroutines or normal functions
* Timeouts are now properly treated as socket connect timeouts instead of total time timeouts
* SocketIO socket properly closed on exception

[2.0] - 2018-05-20
====================

Changed
-------
* Changed the package name from ``sisyphus.control`` to ``sisyphus_control`` so as to be more ecosystem-friendly


[1.1.1] - 2018-05-10
====================

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.0",
version="2.1",
description="Control your Sisyphus kinetic art tables "
"(sisyphus-industries.com)",
long_description=long_description,
Expand Down

0 comments on commit ace325a

Please sign in to comment.