File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ ChangeLog
55
66Changes to the library are recorded here.
77
8+ v1.1.4
9+ ------
10+ * Update links in setup.py and docs
11+
812v1.1.3
913------
1014 * Looser dependency constraint in setup.py
Original file line number Diff line number Diff line change 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
3232setup (
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" ,
66666767 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 ,
Original file line number Diff line number Diff line change 1- 1.1.3
1+ 1.1.4
You can’t perform that action at this time.
0 commit comments