We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d149db commit 43fc80aCopy full SHA for 43fc80a
.github/workflows/publish.yml
@@ -80,4 +80,4 @@ jobs:
80
commit: ${{ github.ref }}
81
draft: false
82
body: ${{ env.CHANGELOG }}
83
- token: ${{ secrets.PAT_PH }}
+ token: ${{ secrets.PAT_NC_PY_API }}
CHANGELOG.md
@@ -2,6 +2,6 @@
2
3
All notable changes to this project will be documented in this file.
4
5
-## [0.2.0 - 2023-07-08]
+## [0.0.20.dev0 - 2023-06-29]
6
7
- Written from the scratch new version of the Nextcloud Python Client. Alpha.
nc_py_api/_version.py
@@ -1,3 +1,3 @@
1
""" Version of nc_py_api"""
-__version__ = "0.2.0.dev0"
+__version__ = "0.0.20.dev0"
0 commit comments