Skip to content

Commit

Permalink
prep-release
Browse files Browse the repository at this point in the history
  • Loading branch information
nllong committed Feb 21, 2023
1 parent df67582 commit 72db9a3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
-----
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72db9a3

Please sign in to comment.