diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f45e0b2..8670164 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,10 @@ Changelog ========= +v1.0-beta +--------- +* Switch to other version branch and downgrade required Python version to 3.7 + v0.1.0-beta2 ------------ * Upload a PDF to reMarkable cloud with meta information about the last successful sync (#7) diff --git a/pyproject.toml b/pyproject.toml index 70fa9f2..722d585 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "remarkdav" -version = "0.1.0-beta2" +version = "1.0-beta" description = "A tool to sync webdav files (only PDF) to the reMarkable cloud" authors = ["Jonathan Weth "]