Skip to content

Commit

Permalink
build: fix build command and republish
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Apr 2, 2021
1 parent ee8cb58 commit 7d29af8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 11 deletions.
7 changes: 0 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

<!--next-version-placeholder-->

## v0.17.0 (2021-04-02)
### Feature
* Add heated seats switch ([#180](https://github.com/zabuldon/teslajsonpy/issues/180)) ([`69599db`](https://github.com/zabuldon/teslajsonpy/commit/69599db08678066bbd78705147399435d9f9e90b))

### Documentation
* Rebuild docs ([`7f9c154`](https://github.com/zabuldon/teslajsonpy/commit/7f9c15433195cea73f46bf903e55575fc4a75b67))

## v0.16.1 (2021-03-30)
### Fix
* Properly require updated authcaptureproxy ([`fb1b58e`](https://github.com/zabuldon/teslajsonpy/commit/fb1b58ed99697cd852b38089c420a3e52829674e))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Also thanks to [Tim Dorr](https://tesla-api.timdorr.com/) for documenting the AP
or [initiate a discussion on one](https://github.com/zabuldon/teslajsonpy/issues/new).
2. [Fork the repository](https://github.com/zabuldon/teslajsonpy/fork/new).
3. Install the dev environment: `make init`.
4. Enter the virtual environment: `pipenv shell`
4. Enter the virtual environment: `poetry shell`
5. Code your new feature or bug fix. [Developers Reference](DEVELOPERS.md)
6. Write a test that covers your new functionality.
7. Update `README.md` with any new documentation.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "teslajsonpy"
version = "0.14.0"
version = "0.16.1"
description = "A library to work with Tesla API."
authors = ["Sergey Isachenko <[email protected]>"]
license = "Apache-2.0"
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[semantic_release]
version_variable=teslajsonpy/__version__.py:__version__
version_variable=pyproject.toml:version,teslajsonpy/__version__.py:__version__
upload_to_pypi=true
check_build_status=false
remove_dist=false
hvcs=github
build_command=poetry build

[pydocstyle]
ignore = D202, D212, D416, D213, D203, D407
Expand Down
2 changes: 1 addition & 1 deletion teslajsonpy/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
https://github.com/zabuldon/teslajsonpy
"""

__version__ = "0.17.0"
__version__ = "0.16.1"

0 comments on commit 7d29af8

Please sign in to comment.