-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔀 Merge branch 'release-2020.05.23.post0'
- Loading branch information
Showing
8 changed files
with
79 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
|
||
# Changelog | ||
|
||
## [v2020.05.23.post0](https://github.com/opacam/client-for-tvdb/tree/v2020.05.23.post0) (2020-05-24) | ||
[Full Changelog](https://github.com/opacam/client-for-tvdb/compare/v2020.05.23...v2020.05.23.post0) | ||
|
||
**General:** | ||
|
||
- Add CHANGELOG.md | ||
|
||
**Fixed bugs:** | ||
|
||
- Update project dependencies to accept python 3.6+ | ||
- Make that codecov and gh-actions badges use the develop branch | ||
- Fix coverage report | ||
|
||
## [v2020.05.23](https://github.com/opacam/client-for-tvdb/tree/v2020.05.23) (2020-05-24) | ||
[Full Changelog](https://github.com/opacam/client-for-tvdb/compare/22d96468078bbf3cb54bae6e191eead985bb41c1...v2020.05.23) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
from client_for_tvdb.client import TvdbClient | ||
|
||
__version__ = "2020.05.23" | ||
__version__ = "2020.05.23.post0" | ||
|
||
__all__ = ["__version__", "TvdbClient"] |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
|
||
|
||
def test_version_for_module(): | ||
assert __version__ == '2020.05.23' | ||
assert __version__ == '2020.05.23.post0' | ||
|