From 72db9a37b3b170a294e73eb82a0b86f13831e8e1 Mon Sep 17 00:00:00 2001 From: Nicholas Long Date: Tue, 21 Feb 2023 15:38:50 -0700 Subject: [PATCH] prep-release --- CHANGELOG.rst | 11 +++++++++-- README.rst | 2 +- setup.cfg | 1 - 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 36ff717..78584cf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,9 +1,16 @@ Changelog ========= -0.3.0 [Unreleased] +0.3.0 ----- -* TBD + +## What's Changed +* Add instance info and fix a couple bugs by @nllong in https://github.com/SEED-platform/py-seed/pull/16 +* Fix building list and client information by @nllong in https://github.com/SEED-platform/py-seed/pull/17 +* get and create meters and meter readings by @nllong in https://github.com/SEED-platform/py-seed/pull/18 +* Add GeoJSON Area Calc by @nllong in https://github.com/SEED-platform/py-seed/pull/19 + +**Full Changelog**: https://github.com/SEED-platform/py-seed/commits/v0.3.0 0.2.0 ----- diff --git a/README.rst b/README.rst index 1ed187c..9d97054 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ Py-SEED .. image:: https://badge.fury.io/py/py-seed.svg :target: https://pypi.python.org/pypi/py-seed/ -A python API client for the SEED Platform. This is an updated version of the Client. It is compatible with the latest version of the SEED Platform (>2.14.0). This client still has access to the previous format of generating a lower level API client by accessing `seed_client_base.SEEDOAuthReadOnlyClient`, `seed_client_base.SEEDOAuthReadWriteClient`, `seed_client_base.SEEDReadOnlyClient`, and `seed_client_base.SEEDReadWriteClient`. This lower level API is documented below under the `Low-Level Documentation` +A python API client for the SEED Platform. This is an updated version of the Client. It is compatible with the latest version of the SEED Platform (>2.17.4). This client still has access to the previous format of generating a lower level API client by accessing `seed_client_base.SEEDOAuthReadOnlyClient`, `seed_client_base.SEEDOAuthReadWriteClient`, `seed_client_base.SEEDReadOnlyClient`, and `seed_client_base.SEEDReadWriteClient`. This lower level API is documented below under the `Low-Level Documentation` Documentation ------------- diff --git a/setup.cfg b/setup.cfg index 384d4a4..bb2fbf5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,7 +12,6 @@ classifiers = Development Status :: 4 - Beta Intended Audience :: Developers Operating System :: OS Independent - Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10