Skip to content

Commit d3470aa

Browse files
committed
updated README.md and CHANGELOG.md
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
1 parent 44be579 commit d3470aa

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [0.6.1 - 202x-xx-xx]
5+
## [0.7.0 - 2022-12-2x]
66

77
### Added
88

99
- set_handlers: `enabled_handler`, `heartbeat_handler` now can be async(Coroutines). #175
1010

11+
### Changed
12+
13+
- drop Python 3.9 support. #180
14+
- internal code refactoring and clean-up #177
15+
1116
## [0.6.0 - 2023-12-06]
1217

1318
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![codecov](https://codecov.io/github/cloud-py-api/nc_py_api/branch/main/graph/badge.svg?token=C91PL3FYDQ)](https://codecov.io/github/cloud-py-api/nc_py_api)
1010

1111
![NextcloudVersion](https://img.shields.io/badge/Nextcloud-26%20%7C%2027%20%7C%2028-blue)
12-
![PythonVersion](https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue)
12+
![PythonVersion](https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12-blue)
1313
![impl](https://img.shields.io/pypi/implementation/nc_py_api)
1414
![pypi](https://img.shields.io/pypi/v/nc_py_api.svg)
1515

nc_py_api/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version of nc_py_api."""
22

3-
__version__ = "0.6.0"
3+
__version__ = "0.7.0.dev0"

0 commit comments

Comments
 (0)