Skip to content

Commit

Permalink
prepare for v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marph91 committed Sep 7, 2024
1 parent 04ba58b commit eae9dc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,10 +289,10 @@ It's possible to configure the test run via some environment variables:

## :book: Changelog

### Master
### 1.0.0

- Rename the client API. It should be used by `from joppy.client_api import ClientApi` instead of `from joppy.client_api import ClientApi` now.
- Add support for the server API. It should be used by `from joppy.server_api import ServerApi`.
- Add support for the server API (<https://github.com/marph91/joppy/pull/27>). It should be used by `from joppy.server_api import ServerApi`.

### 0.2.3

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="joppy",
version="0.2.3",
version="1.0.0",
packages=["joppy"],
# https://stackoverflow.com/a/70386281/7410886
package_data={
Expand Down

0 comments on commit eae9dc0

Please sign in to comment.