Skip to content

Commit

Permalink
Release v1.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
paul121 committed Jul 26, 2021
1 parent 10da972 commit aefdceb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.0-beta.3] -- 2021-07-26
### Fixed
- Specify correct Content-Type header for 1.x servers.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@

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

0 comments on commit aefdceb

Please sign in to comment.