From cb327c01fabd7a1f6d020bc8c92bad8e27ddfd0f Mon Sep 17 00:00:00 2001 From: Dmitriy Date: Thu, 17 Oct 2024 16:52:44 +0500 Subject: [PATCH] bump to v4.0.0, use GitHub Pages documentation instead of RtD --- README.md | 3 +-- pyproject.toml | 7 +++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ca826624..55914bbb 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 21441964..3d2fb324 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,16 @@ [tool.poetry] name = "pyzeebe" -version = "4.0.0rc8" +version = "4.0.0" description = "Zeebe client api" authors = ["Jonatan Martens "] +maintainers = [ + "Dmitriy ", +] 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",