Skip to content

Commit 0914953

Browse files
author
AutomatedTester
committed
Bumping version number
1 parent 63871a3 commit 0914953

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

History.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

2+
0.6.0 / 2014-01-21
3+
==================
4+
5+
* Added support for parameters in har creation
6+
* Bug fixes for tests that are out of date
7+
* Setup server constructor to look on path for location of browsermob-proxy executable. As well as looking for a file. Also added example code for using browsermob-proxy with chrome
8+
* Fix project name
9+
* adding docs
10+
211
0.5.0 / 2013-05-23
312
==================
413
* Allow proxying of ssl requests with selenium.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
setup(name='browsermob-proxy',
4-
version='0.5.0',
4+
version='0.6.0',
55
description='A library for interacting with the Browsermob Proxy',
66
author='David Burns',
77
author_email='david.burns at theautomatedtester dot co dot uk',

0 commit comments

Comments
 (0)