Skip to content

Commit

Permalink
deep alpha [publish]
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
  • Loading branch information
bigcat88 committed Jul 3, 2023
1 parent 0bd2395 commit 261add7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.0.20.dev0 - 2023-06-29]
## [0.0.20 - 2023-06-03]

- Written from the scratch new version of the Nextcloud Python Client. Alpha.
- Written from the scratch new version of the Nextcloud Python Client. Deep Alpha.
2 changes: 1 addition & 1 deletion nc_py_api/_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def __init__(self, **kwargs):
self.ae_version = self._get_value("ae_version", raise_not_found=False, **kwargs)
if not self.ae_version:
self.ae_version = "1.0.0"
self.app_name = self._get_value("app_name", **kwargs)
self.app_name = self._get_value("app_id", **kwargs)
self.app_version = self._get_value("app_version", **kwargs)
self.app_secret = self._get_value("app_secret", **kwargs).encode("UTF-8")

Expand Down
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.0.20.dev0"
__version__ = "0.0.20"

0 comments on commit 261add7

Please sign in to comment.