Skip to content

Commit

Permalink
Update changelog and setup for v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Jun 4, 2015
1 parent 1d39374 commit e37fe53
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@

0.7.0 / 2015-06-05
==================

* Updating travis ci to use browsermob proxy 2.0
* Support to use httpsProxy and httpProxy at proxy creation time
* Adding Python 3 support
* add sslProxy to Client.add_to_capabilities with tests
* Correct docstring for `wait_for_traffic_to_stop`
* Removing unused :Args: items
* Updating docstrings
* Correcting args and params for documentation
* updated docstrings for easier formatting on things like RTDs
* updated new_har() docstrings
* updated client documentation
* Added client and server docs
* updating version in docs

0.6.0 / 2014-01-21
==================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(name='browsermob-proxy',
version='0.6.0',
version='0.7.0',
description='A library for interacting with the Browsermob Proxy',
author='David Burns',
author_email='david.burns at theautomatedtester dot co dot uk',
Expand Down

0 comments on commit e37fe53

Please sign in to comment.