File tree Expand file tree Collapse file tree 2 files changed +23
-3
lines changed
Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,23 @@ ChangeLog
55
66Changes 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+
825v2.3.1
926------
1027 * Adds support for --root_dir option on startup thanks to @dtwwolinski
Original file line number Diff line number Diff line change 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
98Links
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+
1619wiremock is known to support Python 3.7.
1720
1821
You can’t perform that action at this time.
0 commit comments