Skip to content

Commit

Permalink
fix build and release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cgoldberg committed Mar 14, 2019
1 parent 885f380 commit 68ac9d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Change Log

## [Unreleased](https://github.com/Locustio/Locust/tree/HEAD)

[Full Changelog](https://github.com/Locustio/Locust/compare/0.9.0...HEAD)
## [0.10.0](https://github.com/Locustio/Locust/tree/0.10.0) (2019-03-13)
[Full Changelog](https://github.com/Locustio/Locust/compare/0.9.0...0.10.0)

**Fixed bugs:**

Expand Down Expand Up @@ -57,6 +56,8 @@
**Merged pull requests:**

- remove references to submitting feature requests [\#975](https://github.com/locustio/locust/pull/975) ([cgoldberg](https://github.com/cgoldberg))
- add retry in zmqrpc [\#973](https://github.com/locustio/locust/pull/973) ([delulu](https://github.com/delulu))
- fix inconsistency in zmqrpc [\#972](https://github.com/locustio/locust/pull/972) ([delulu](https://github.com/delulu))
- balance/recover the load distribution when new slave joins [\#970](https://github.com/locustio/locust/pull/970) ([delulu](https://github.com/delulu))
- Ui headings [\#963](https://github.com/locustio/locust/pull/963) ([cgoldberg](https://github.com/cgoldberg))
- better horizontal scrolling [\#962](https://github.com/locustio/locust/pull/962) ([myzhan](https://github.com/myzhan))
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, TaskSequence, task, seq_task
from .exception import InterruptTaskSet, ResponseError, RescheduleTaskImmediately

__version__ = "0.10.0"
__version__ = "0.11.0"

0 comments on commit 68ac9d3

Please sign in to comment.