From 43fc80af84f0bea3c679cb89a5885396c1a843dd Mon Sep 17 00:00:00 2001 From: Alexander Piskun <13381981+bigcat88@users.noreply.github.com> Date: Thu, 29 Jun 2023 15:43:43 +0300 Subject: [PATCH] test publish ci [publish] (#2) Signed-off-by: Alexander Piskun --- .github/workflows/publish.yml | 2 +- CHANGELOG.md | 2 +- nc_py_api/_version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2799897d..0f3c5aec 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -80,4 +80,4 @@ jobs: commit: ${{ github.ref }} draft: false body: ${{ env.CHANGELOG }} - token: ${{ secrets.PAT_PH }} + token: ${{ secrets.PAT_NC_PY_API }} diff --git a/CHANGELOG.md b/CHANGELOG.md index a2f4a9b9..e6fb2f7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,6 @@ All notable changes to this project will be documented in this file. -## [0.2.0 - 2023-07-08] +## [0.0.20.dev0 - 2023-06-29] - Written from the scratch new version of the Nextcloud Python Client. Alpha. diff --git a/nc_py_api/_version.py b/nc_py_api/_version.py index 2feb6554..6b2296c2 100644 --- a/nc_py_api/_version.py +++ b/nc_py_api/_version.py @@ -1,3 +1,3 @@ """ Version of nc_py_api""" -__version__ = "0.2.0.dev0" +__version__ = "0.0.20.dev0"