Skip to content

Commit

Permalink
Removing HISTORY file to avoid maintaining it
Browse files Browse the repository at this point in the history
Closes #40
  • Loading branch information
leikoilja committed Mar 9, 2021
1 parent dd73f85 commit e6fa897
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 63 deletions.
63 changes: 1 addition & 62 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,62 +1 @@
### v0.2.2
#### Changes

- Removing redundant `uuid` dependency from package setup

### v0.2.1
#### Changes

- Zeroconf import @ArnyminerZ (#32)

#### 🚀 Features

- Adding client tests for fetching tokens @leikoilja (#30)
- Grpcio tools version @ArnyminerZ (#29)

#### 🧰 Maintenance

- Get devices testing @ArnyminerZ (#31)


### v0.2.0
#### Changes

- Adding support for python 3.9 @leikoilja (#26)
- Adding isort to pre-commit and github action @leikoilja (#25)
- Adding logging and pre-commit hooks @leikoilja (#19)
- Added access token expiration @ArnyminerZ (#9)
- Update explanation to make sure that others use your script corretly @DurgNomis-drol (#10)

#### 🚀 Features

- Added device IP discovery @ArnyminerZ (#13)
- Testing environment @leikoilja (#15)

#### 🔧 Enhancement

- Implement typing @ArnyminerZ (#22)
- Improve Android ID generation @leikoilja (#24)

#### 🧰 Maintenance

- Implement typing @ArnyminerZ (#22)


### v0.1.4
- Pinning `grpcio==1.31.0` dependency to match with HomeAssistant's version


### v0.1.3
- Removing `jq` dependency, thanks @DurgNomis-drol


### v0.1.2
- Removing dependency `requests==2.23.0` since `gpsoauth` is supporting newest versions


### v0.1.1
- Fixing the `GetHomeGraphResponse.Home.Device.State.value` serialization issue


### v0.1
- Initial release
For package release notes see [github release](https://github.com/leikoilja/glocaltokens/releases) page.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup_args = dict(
name="glocaltokens",
version="0.2.4",
version="0.2.5",
description="Tool to extract Google device local authentication tokens in Python",
long_description_content_type="text/markdown",
long_description=README + "\n\n" + HISTORY,
Expand Down

0 comments on commit e6fa897

Please sign in to comment.