Skip to content

Commit

Permalink
Merge pull request #522 from dimastbk/bump-version
Browse files Browse the repository at this point in the history
bump to v4.0.0, use GitHub Pages documentation instead of RtD
  • Loading branch information
dimastbk authored Oct 17, 2024
2 parents e5c834c + cb327c0 commit 6069e9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
![PyPI](https://img.shields.io/pypi/v/pyzeebe)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyzeebe)

[![Documentation Status](https://readthedocs.org/projects/pyzeebe/badge/?version=latest)](https://pyzeebe.readthedocs.io/en/latest/?badge=stable)

# Pyzeebe

Expand All @@ -31,7 +30,7 @@ To install:

`pip install pyzeebe`

For full documentation please visit: https://pyzeebe.readthedocs.io/en/stable/
For full documentation please visit: https://camunda-community-hub.github.io/pyzeebe/

## Usage

Expand Down
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
[tool.poetry]
name = "pyzeebe"
version = "4.0.0rc8"
version = "4.0.0"
description = "Zeebe client api"
authors = ["Jonatan Martens <[email protected]>"]
maintainers = [
"Dmitriy <[email protected]>",
]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/camunda-community-hub/pyzeebe"
repository = "https://github.com/camunda-community-hub/pyzeebe"
documentation = "https://pyzeebe.readthedocs.io/en/latest"
documentation = "https://camunda-community-hub.github.io/pyzeebe/"
keywords = ["zeebe", "workflow", "workflow-engine"]
classifiers = [
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 6069e9b

Please sign in to comment.