Skip to content

Commit

Permalink
Describe version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitrii-I committed Apr 12, 2020
1 parent 25e886c commit 36c10c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.1.2
* Fix [bug](https://github.com/Dmitrii-I/sportmonks/issues/9) where `tzlocal` was missing in the `install_requires` of `setup.py`. As a result you could install `sportmonks` but not run it. The bug did not resurface during tests because `tzlocal` was actually specified in the `requirements-tests.txt`.

## 1.1.1
* Fix [bug](https://github.com/Dmitrii-I/sportmonks/issues/8) in which the package was unusable on Windows because the URLs were constructed using path separator which on Windows is a backslash not a slash. This has been fixed by using `urllib.parse.urljoin` function.

Expand Down

0 comments on commit 36c10c4

Please sign in to comment.