From 0be394b7e19f9fb7bc55a187f909daa1652e1997 Mon Sep 17 00:00:00 2001 From: paul121 Date: Fri, 19 Mar 2021 08:59:27 -0700 Subject: [PATCH] Release v1.0.0-beta.1 --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a4def1..c848c7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0-beta.1] -- 2021-03-19 + +- First beta release. + ## [1.0.0-alpha.2] -- 2021-01-29 ### Changed - Create a resource.get_id method instead of supplying an ID as the filters param. [#42](https://github.com/farmOS/farmOS.py/issues/42) diff --git a/setup.py b/setup.py index 9f02ef8..f709555 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setuptools.setup( name="farmOS", - version="1.0.0-alpha.2", + version="1.0.0-beta.1", author="farmOS team", author_email="mike@mstenta.net", description="A Python library for interacting with farmOS over API. ",