We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2aedc8 commit c940e74Copy full SHA for c940e74
CHANGELOG.md
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [1.0.0-beta.2] -- 2021-07-20
10
### Changed
11
- The `token_updater` defaults to an empty lambda function to suppress the `requests_oauthlib.TokenUpdated` exception.
12
- Set default values in preparation for farmOS 2.x. The `version` defaults to 2 and scope defaults to `farm_manager`.
setup.py
@@ -13,7 +13,7 @@
13
14
setuptools.setup(
15
name="farmOS",
16
- version="1.0.0-beta.1",
+ version="1.0.0-beta.2",
17
author="farmOS team",
18
author_email="[email protected]",
19
description="A Python library for interacting with farmOS over API. ",
0 commit comments