Skip to content

Commit

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

## [Unreleased]

## [1.0.0-beta.2] -- 2021-07-20
### Changed
- The `token_updater` defaults to an empty lambda function to suppress the `requests_oauthlib.TokenUpdated` exception.
- Set default values in preparation for farmOS 2.x. The `version` defaults to 2 and scope defaults to `farm_manager`.
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-beta.1",
version="1.0.0-beta.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 c940e74

Please sign in to comment.