Skip to content

Commit 4d81952

Browse files
committed
prepare release
1 parent 0d2a7e4 commit 4d81952

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,8 @@ It's possible to configure the test run via some environment variables:
292292

293293
## :book: Changelog
294294

295+
The changelog for versions greater than 1.0.0 can be found at the [releases page](https://github.com/marph91/joppy/releases).
296+
295297
### 1.0.0
296298

297299
- 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name="joppy",
7-
version="1.0.0",
7+
version="1.0.1",
88
packages=["joppy"],
99
# https://stackoverflow.com/a/70386281/7410886
1010
package_data={

0 commit comments

Comments
 (0)