File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
- ## [ 0.6.1 - 202x-xx-xx ]
5
+ ## [ 0.7.0 - 2022-12-2x ]
6
6
7
7
### Added
8
8
9
9
- set_handlers: ` enabled_handler ` , ` heartbeat_handler ` now can be async(Coroutines). #175
10
10
11
+ ### Changed
12
+
13
+ - drop Python 3.9 support. #180
14
+ - internal code refactoring and clean-up #177
15
+
11
16
## [ 0.6.0 - 2023-12-06]
12
17
13
18
### Added
Original file line number Diff line number Diff line change 9
9
[ ![ 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 )
10
10
11
11
![ 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 )
13
13
![ impl] ( https://img.shields.io/pypi/implementation/nc_py_api )
14
14
![ pypi] ( https://img.shields.io/pypi/v/nc_py_api.svg )
15
15
Original file line number Diff line number Diff line change 1
1
"""Version of nc_py_api."""
2
2
3
- __version__ = "0.6.0 "
3
+ __version__ = "0.7.0.dev0 "
You can’t perform that action at this time.
0 commit comments