Skip to content

Commit 8a48c4d

Browse files
Minor updates for the WireMock Python documentation (#66)
1 parent 15cb2fb commit 8a48c4d

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

docs/changelog.rst

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

66
Changes to the library are recorded here.
77

8+
v2.4.0
9+
------
10+
11+
Enhancements:
12+
13+
* Adds --root_dir option (#40) @dtwwolinski
14+
15+
Maintenance:
16+
17+
* Automates release documentation and pypi distribution (#63) @mikeywaites
18+
* Removes setuptools dependency on build (#62) @jmdacruz
19+
* Uses assertEqual instead of assertEquals for Python 3.11 compatibility. (#45) @tirkarthi
20+
* Updates to modern Python tooling (#57) @mikeywaites
21+
* Sets up working example of python-wiremock in the repo (#59) @mikeywaites
22+
* Removes travis config file (#61) @mikeywaites
23+
* Adds imports to quickstart example (#42) @jmendesky
24+
825
v2.3.1
926
------
1027
* Adds support for --root_dir option on startup thanks to @dtwwolinski

docs/index.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
.. _home:
22

3-
wiremock
3+
Python client for WireMock standalone Admin API
44
========
55

6-
wiremock is a HTTP client to the WireMock standalone admin API.
7-
6+
This library provides a HTTP client to the WireMock standalone server's admin API.
87

98
Links
109
-----
1110

11+
* WireMock Standalone: https://wiremock.org/docs/standalone/
1212
* Documentation: https://wiremock.readthedocs.io/en/latest/
1313
* Official Repository: https://github.com/wiremock/python-wiremock.git
1414
* Package: TODO
1515

16+
Requirements
17+
------------
18+
1619
wiremock is known to support Python 3.7.
1720

1821

0 commit comments

Comments
 (0)