Skip to content

Commit

Permalink
bump version to 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Jun 14, 2017
1 parent 324702c commit c4bb5bc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

1.17.1 - June 14th, 2017
------------------------

- Remove Python 3.4 testing from travis-ci (:pr:`1157`)
- Remove ZMQ Support (:pr:`1160`)
- Fix memoryview nbytes issue in Python 2.7 (:pr:`1165`)
- Re-enable counters (:pr:`1168`)
- Improve scheduler.restart (:pr:`1175`)


1.17.0 - June 9th, 2017
-----------------------
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ six
tblib
psutil
zict >= 0.1.2
sortedcollections
sortedcontainers
futures; python_version < '3.0'
singledispatch; python_version < '3.4'

0 comments on commit c4bb5bc

Please sign in to comment.