Skip to content

Commit

Permalink
Bumped version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
heyman committed Sep 19, 2017
1 parent 39550c7 commit 769551a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog
##########

0.8.1
=====

* Updated pyzmq version, and changed so that we don't pin a specific version.
This makes it easier to install Locust on Windows.


0.8
===

Expand Down
2 changes: 1 addition & 1 deletion locust/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .core import HttpLocust, Locust, TaskSet, task
from .exception import InterruptTaskSet, ResponseError, RescheduleTaskImmediately

__version__ = "0.8"
__version__ = "0.8.1"

0 comments on commit 769551a

Please sign in to comment.