Skip to content

Commit

Permalink
Merge pull request #418 from locustio/release-0.7.4
Browse files Browse the repository at this point in the history
Release updates for v0.7.4
  • Loading branch information
heyman committed May 17, 2016
2 parents d943a5d + 6bbbeee commit e1ace03
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog
##########

0.7.4
=====

* Use a newer version of requests, which fixed an issue for users with older versions of
requests getting ConnectionErrors (https://github.com/locustio/locust/issues/273).
* Various fixes to documentation.


0.7.3
=====

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.7.3"
version = "0.7.4"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages, Command
import sys, os

version = '0.7.3'
version = '0.7.4'


class Unit2Discover(Command):
Expand Down

0 comments on commit e1ace03

Please sign in to comment.