Skip to content

Commit

Permalink
Mark as Beta version and add disclaimer about breaking APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsvante committed Apr 26, 2021
1 parent ec6623c commit 292a61b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -10,6 +10,10 @@

Make requests to NetSuite SuiteTalk SOAP/REST Web Services and Restlets

## Beta quality disclaimer

The project's API is still very much in fluctuation. Please consider pinning your dependency to this package to a minor version (e.g. `poetry add netsuite~0.6` or `pipenv install netsuite~=0.6.0`), which is guaranteed to have no breaking changes. From 1.0 and forward we will keep a stable API.

## Installation

Programmatic use only:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -9,7 +9,7 @@ homepage = "https://jmagnusson.github.io/netsuite/"
repository = "https://github.com/jmagnusson/netsuite"
documentation = "https://jmagnusson.github.io/netsuite/"
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 292a61b

Please sign in to comment.