From e885d1469e8757b9006f3d890f438670f81234a4 Mon Sep 17 00:00:00 2001 From: Petr Erastov Date: Tue, 26 Sep 2023 10:22:08 +0300 Subject: [PATCH 1/2] Fix document about release process --- docs/dev/contributing.rst | 4 ++-- docs/user/install.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/dev/contributing.rst b/docs/dev/contributing.rst index 2fba6f5..665bdd6 100644 --- a/docs/dev/contributing.rst +++ b/docs/dev/contributing.rst @@ -49,9 +49,9 @@ An author of a merge request must to the following: #. Bump version using :ref:`rules `. Use ``make bump-version $NEW_VERSION``. #. Ensure everything builds nicely (``make lint test build-docs``) -Stable versions are published to PyPi manually. +Stable versions are published to PyPI using GitHub release workflow or manually. -To do that, run this once: +To do manually, run this once: .. code-block:: bash diff --git a/docs/user/install.rst b/docs/user/install.rst index b34b08a..715410f 100644 --- a/docs/user/install.rst +++ b/docs/user/install.rst @@ -29,7 +29,7 @@ Source code .. code-block:: console - $ git clone (TODO repo address) + $ git clone git@github.com:perastov/cybsi-cloud-sdk.git Once you have a copy of the source, you can embed it in your own Python package, or install it into your site-packages easily: From 04e3b18baaea4e5c8f6c0f6b3d7c688d7a8aee9c Mon Sep 17 00:00:00 2001 From: Petr Erastov Date: Tue, 26 Sep 2023 11:29:50 +0300 Subject: [PATCH 2/2] Bump sdk to 1.0.1 --- HISTORY.md | 7 +++++++ cybsi/__version__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 848e18d..906862e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,13 @@ Release History =============== +1.0.1 (2023-09-26) +------------------ + +- Boost API client authentication +- Add license Apache License 2.0 +- Fix documentation + 1.0.0 (2023-08-07) ------------------ diff --git a/cybsi/__version__.py b/cybsi/__version__.py index d81eee0..d2ac860 100644 --- a/cybsi/__version__.py +++ b/cybsi/__version__.py @@ -1,4 +1,4 @@ -__version__ = "1.0.0" +__version__ = "1.0.1" __title__ = "cybsi-cloud-sdk" __description__ = "Cybsi Cloud development kit" __license__ = "Apache License 2.0" diff --git a/pyproject.toml b/pyproject.toml index d392b23..3d74724 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cybsi-cloud-sdk" -version = "1.0.0" +version = "1.0.1" description = "Cybsi Cloud development kit" authors = ["Cybsi Cloud developers"] license = "Apache License 2.0" @@ -40,7 +40,7 @@ extend_skip = ["__init__.py"] [tool.tbump] [tool.tbump.version] -current = "1.0.0" +current = "1.0.1" regex = ''' ^