We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0771ac4 commit b6fa806Copy full SHA for b6fa806
CHANGES.rst
@@ -1,6 +1,10 @@
1
Release Notes
2
-------------
3
4
+**1.1.0 (unreleased)**
5
+
6
+* Added base URL to report header
7
8
**1.0.0 (2016-05-10)**
9
10
* Initial release
setup.py
@@ -1,7 +1,7 @@
from setuptools import setup
setup(name='pytest-base-url',
- version='1.0.0',
+ version='1.1.0dev1',
description='pytest plugin for URL based testing',
long_description=open('README.rst').read(),
author='Dave Hunt',
0 commit comments