Skip to content

Commit 1f3849d

Browse files
committed
Release v1.0.0-alpha.1
1 parent e0e1325 commit 1f3849d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

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+
915
## [0.2.0] -- 2020-08-05
1016
### Removed
1117
- Removed support for the Drupal Session Auth has been removed from the client.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setuptools.setup(
1717
name="farmOS",
18-
version="0.2.0",
18+
version="1.0.0-alpha.1",
1919
author="farmOS team",
2020
author_email="[email protected]",
2121
description="A Python library for interacting with farmOS over API. ",

0 commit comments

Comments
 (0)