Merge pull request #362 from fronzbot/update-changelog

Update changelog for 0.16.3
This commit is contained in:
Kevin Fronczak
2020-08-01 23:29:04 -04:00
committed by GitHub
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -4,6 +4,11 @@ Changelog
A list of changes between each release A list of changes between each release
0.16.3 (2020-08-02)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Add user-agent to all headers
0.16.2 (2020-08-01) 0.16.2 (2020-08-01)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+2 -2
View File
@@ -3,8 +3,8 @@
import os import os
MAJOR_VERSION = 0 MAJOR_VERSION = 0
MINOR_VERSION = 17 MINOR_VERSION = 16
PATCH_VERSION = "0.dev0" PATCH_VERSION = 3
__version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}.{PATCH_VERSION}" __version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}.{PATCH_VERSION}"