Skip to content

Commit bc11ccd

Browse files
committed
Release v1.0.0
1 parent f92e831 commit bc11ccd

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.0.0] -- 2023-03-10
10+
911
### Added
1012
- Add subrequests tests. [#52](https://github.com/farmOS/farmOS.py/issues/52)
1113

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For more information on farmOS, visit [farmOS.org](https://farmOS.org).
1515
To install using `pip`:
1616

1717
```bash
18-
$ pip install farmOS~=1.0.0b
18+
$ pip install farmOS>=1.0
1919
```
2020

2121
To install using `conda` see [conda-forge/farmos-feedstock](https://github.com/conda-forge/farmos-feedstock#installing-farmos)

Diff for: setup.py

+1-1
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.3",
16+
version="1.0.0",
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)