Skip to content

Commit

Permalink
Release v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
paul121 committed Apr 24, 2020
1 parent b0d1901 commit b9ee7b9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.6] -- 2020-04-24

### Added
- Support for OAuth Clients on the farmOS Server!
- Default to `user_access` OAuth Scope
- Set default `oauth_client_id` to `farm`
- Updated documentation.

### Fixed
- Unset the 'expires_at' key to avoid Requests Exception

## [0.1.6b3] -- 2020-02-10
### Added
- Add an optional `token` parameter to the client API for supplying OAuth tokens.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -18,7 +18,7 @@

setuptools.setup(
name='farmOS',
version='0.1.6b3',
version='0.1.6',
author='farmOS team',
author_email='mike@mstenta.net',
description='A Python library for interacting with farmOS over API. ',
Expand Down

0 comments on commit b9ee7b9

Please sign in to comment.