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 b6fa806 commit 5b158daCopy full SHA for 5b158da
CHANGES.rst
@@ -1,7 +1,7 @@
1
Release Notes
2
-------------
3
4
-**1.1.0 (unreleased)**
+**1.1.0 (2016-07-07)**
5
6
* Added base URL to report header
7
setup.py
from setuptools import setup
setup(name='pytest-base-url',
- version='1.1.0dev1',
+ version='1.1.0',
description='pytest plugin for URL based testing',
long_description=open('README.rst').read(),
author='Dave Hunt',
0 commit comments