Skip to content

Commit

Permalink
test publish ci [publish] (#2)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <[email protected]>
  • Loading branch information
bigcat88 committed Jun 29, 2023
1 parent 6d149db commit 43fc80a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ jobs:
commit: ${{ github.ref }}
draft: false
body: ${{ env.CHANGELOG }}
token: ${{ secrets.PAT_PH }}
token: ${{ secrets.PAT_NC_PY_API }}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion nc_py_api/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
""" Version of nc_py_api"""

__version__ = "0.2.0.dev0"
__version__ = "0.0.20.dev0"

0 comments on commit 43fc80a

Please sign in to comment.