diff --git a/requirements-dev.txt b/requirements-dev.txt index b546290..2b52613 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,5 +7,5 @@ pytest-asyncio==0.10.0 pytest-pythonpath==0.7.3 pytest-flakes==4.0.0 pytest-mock==1.10.4 -PyGithub==1.44 -fog.buildtools==1.0 \ No newline at end of file +PyGithub==1.53 +fog.buildtools~=1.0 \ No newline at end of file diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 2feec53..e694654 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,7 +1,8 @@ -## Unreleased +## Version 0.9.2 [Fixed] - Showing subscriptions (adjusting to changes in humble API again) #139 +- Typo in subscription months (thanks @Oxenoth) ## Version 0.9.1 diff --git a/src/manifest.json b/src/manifest.json index 1caeaa7..eb31743 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "name": "Humble Bundle plugin", "platform": "humble", "guid": "f0ca3d80-a432-4d35-a9e3-60f27161ac3a", - "version": "0.9.2b", + "version": "0.9.2", "description": "GOG Galaxy 2.0 integration", "author": "Mesco", "email": "mieszkoziemowit@gmail.com",