We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d2a7e4 commit 4d81952Copy full SHA for 4d81952
README.md
@@ -292,6 +292,8 @@ It's possible to configure the test run via some environment variables:
292
293
## :book: Changelog
294
295
+The changelog for versions greater than 1.0.0 can be found at the [releases page](https://github.com/marph91/joppy/releases).
296
+
297
### 1.0.0
298
299
- Rename the client API. It should be used by `from joppy.client_api import ClientApi` instead of `from joppy.client_api import ClientApi` now.
setup.py
@@ -4,7 +4,7 @@
4
5
setup(
6
name="joppy",
7
- version="1.0.0",
+ version="1.0.1",
8
packages=["joppy"],
9
# https://stackoverflow.com/a/70386281/7410886
10
package_data={
0 commit comments