File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.0.0-alpha.1] -- 2021-01-20
10
+ ### Added
11
+ - Use the common OAuth Token path ` /oauth/token ` available in farmOS ^1.6
12
+ - Initial support for farmOS 2.x servers [ #39 ] ( https://github.com/farmOS/farmOS.py/issues/39 )
13
+ - Add iterator support to the 2.x client methods [ #2 ] ( https://github.com/farmOS/farmOS.py/issues/2 )
14
+
9
15
## [ 0.2.0] -- 2020-08-05
10
16
### Removed
11
17
- Removed support for the Drupal Session Auth has been removed from the client.
Original file line number Diff line number Diff line change 15
15
16
16
setuptools .setup (
17
17
name = "farmOS" ,
18
- version = "0.2.0 " ,
18
+ version = "1.0.0-alpha.1 " ,
19
19
author = "farmOS team" ,
20
20
21
21
description = "A Python library for interacting with farmOS over API. " ,
You can’t perform that action at this time.
0 commit comments