Skip to content

Commit

Permalink
Release v1.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
paul121 committed Jan 30, 2021
1 parent 74e3926 commit 5b81bc9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0-alpha.2] -- 2021-01-29
### Changed
- Create a resource.get_id method instead of supplying an ID as the filters param. [#42](https://github.com/farmOS/farmOS.py/issues/42)
- Rename the `filters` parameter to `params`. [#42](https://github.com/farmOS/farmOS.py/issues/42)

### Added
- Support for subrequests. [#43](https://github.com/farmOS/farmOS.py/issues/43)

## [1.0.0-alpha.1] -- 2021-01-20
### Added
- Use the common OAuth Token path `/oauth/token` available in farmOS ^1.6
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

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

0 comments on commit 5b81bc9

Please sign in to comment.