diff --git a/CHANGELOG.md b/CHANGELOG.md index a3e38feb..e7faee48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,11 @@ All notable changes to this project will be documented in this file. -## [0.0.43 - 2023-09-0x] +## [0.0.43 - 2023-09-02] ### Added -- Basic APIs for Nextcloud Talk(Part 2) +- Basic APIs for Nextcloud Talk(Part 2) #111 ### Fixed diff --git a/nc_py_api/_version.py b/nc_py_api/_version.py index b49ed168..e1988598 100644 --- a/nc_py_api/_version.py +++ b/nc_py_api/_version.py @@ -1,3 +1,3 @@ """Version of nc_py_api.""" -__version__ = "0.0.43.dev0" +__version__ = "0.0.43"