Skip to content

Commit

Permalink
ADBPY-9: Add changelog and up version
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelina-C committed Apr 9, 2024
1 parent ca5dfb1 commit dbc7669
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
```
v0.9 - Add Github action to release to PyPi
```
```
v0.8 - Removed lru_cache function that caused get_prop output to be cached which is not advisable since these properties can change
```
```
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

setup(
name="adb_py",
version="0.8",
version="0.9",
py_modules=["adb_py", "adb_init"],
)

0 comments on commit dbc7669

Please sign in to comment.