Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paul121 committed Mar 11, 2023
1 parent f92e831 commit bc11ccd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0] -- 2023-03-10

### Added
- Add subrequests tests. [#52](https://github.com/farmOS/farmOS.py/issues/52)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@ For more information on farmOS, visit [farmOS.org](https://farmOS.org).
To install using `pip`:

```bash
$ pip install farmOS~=1.0.0b
$ pip install farmOS>=1.0
```

To install using `conda` see [conda-forge/farmos-feedstock](https://github.com/conda-forge/farmos-feedstock#installing-farmos)
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.3",
version="1.0.0",
author="farmOS team",
author_email="mike@mstenta.net",
description="A Python library for interacting with farmOS over API. ",
Expand Down

0 comments on commit bc11ccd

Please sign in to comment.