Skip to content

Commit aefdceb

Browse files
committed
Release v1.0.0-beta.3
1 parent 10da972 commit aefdceb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.0.0-beta.3] -- 2021-07-26
810
### Fixed
911
- Specify correct Content-Type header for 1.x servers.
1012

setup.py

Lines changed: 1 addition & 1 deletion
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.2",
16+
version="1.0.0-beta.3",
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)