Skip to content

Commit a0a8c60

Browse files
fix links
1 parent e593a2b commit a0a8c60

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

docs/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ ChangeLog
55

66
Changes to the library are recorded here.
77

8+
v1.1.4
9+
------
10+
* Update links in setup.py and docs
11+
812
v1.1.3
913
------
1014
* Looser dependency constraint in setup.py

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
2727
`Documentation <https://wiremock.readthedocs.org/en/latest/>`_
2828
29-
`Report a Bug <https://bitbucket.org/wellaware/python_wiremock/issues>`_
29+
`Report a Bug <https://github.com/platinummonkey/python-wiremock/issues>`_
3030
"""
3131

3232
setup(
3333
name='wiremock',
3434
version=version,
3535
description='Wiremock Admin API Client',
36-
dependency_links=['https://bitbucket.org/wellaware/python_wiremock/archive/{0}.tar.gz#egg=wiremock-{0}'.format(version)],
36+
dependency_links=['https://github.com/platinummonkey/python-wiremock/archive/{0}.tar.gz#egg=wiremock-{0}'.format(version)],
3737
long_description=long_desc,
3838
classifiers=[
3939
"Development Status :: 5 - Production/Stable",
@@ -66,7 +66,7 @@
6666
author_email='[email protected]',
6767
maintainer='Cody Lee',
6868
maintainer_email='[email protected]',
69-
url='https://bitbucket.org/wellaware/python_wiremock',
69+
url='https://github.com/platinummonkey/python-wiremock',
7070
license='Apache Software License 2.0',
7171
packages=find_packages(),
7272
include_package_data=True,

wiremock/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.3
1+
1.1.4

0 commit comments

Comments
 (0)