Skip to content

Commit

Permalink
Release v1.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paul121 committed Jan 20, 2021
1 parent e0e1325 commit 1f3849d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0-alpha.1] -- 2021-01-20
### Added
- Use the common OAuth Token path `/oauth/token` available in farmOS ^1.6
- Initial support for farmOS 2.x servers [#39](https://github.com/farmOS/farmOS.py/issues/39)
- Add iterator support to the 2.x client methods [#2](https://github.com/farmOS/farmOS.py/issues/2)

## [0.2.0] -- 2020-08-05
### Removed
- Removed support for the Drupal Session Auth has been removed from the client.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -15,7 +15,7 @@

setuptools.setup(
name="farmOS",
version="0.2.0",
version="1.0.0-alpha.1",
author="farmOS team",
author_email="mike@mstenta.net",
description="A Python library for interacting with farmOS over API. ",
Expand Down

0 comments on commit 1f3849d

Please sign in to comment.