Skip to content

Commit c940e74

Browse files
committed
Release v1.0.0-beta.2
1 parent c2aedc8 commit c940e74

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.0.0-beta.2] -- 2021-07-20
910
### Changed
1011
- The `token_updater` defaults to an empty lambda function to suppress the `requests_oauthlib.TokenUpdated` exception.
1112
- Set default values in preparation for farmOS 2.x. The `version` defaults to 2 and scope defaults to `farm_manager`.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setuptools.setup(
1515
name="farmOS",
16-
version="1.0.0-beta.1",
16+
version="1.0.0-beta.2",
1717
author="farmOS team",
1818
author_email="[email protected]",
1919
description="A Python library for interacting with farmOS over API. ",

0 commit comments

Comments
 (0)