Skip to content

Commit

Permalink
Added changelog entry and bumped version to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
heyman committed Jan 10, 2013
1 parent a99bd6d commit cebda45
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
Changelog
##########

In master but not yet released
==============================
0.6.2
=====

* Made Locust compatible with gevent 1.0rc2. This allows user to step around a problem
with running Locust under some versions of CentOS, that can be fixed by upgrading
gevent to 1.0.
* Added :py:attr:`parent <locust.core.TaskSet.parent>` attribute to TaskSet class that
refers to the parent TaskSet, or Locust, instance. Contributed by Aaron Daubman.

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 Locust, TaskSet, WebLocust, SubLocust, task
from exception import InterruptTaskSet, ResponseError, RescheduleTaskImmediately

version = "0.6.1"
version = "0.6.2"
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
import sys, os

version = '0.6.1'
version = '0.6.2'

setup(
name='locustio',
Expand Down

0 comments on commit cebda45

Please sign in to comment.