Update changelog for 0.16.3

This commit is contained in:
Kevin Fronczak
2020-08-02 03:24:38 +00:00
parent 5ebf278ad3
commit 6dbed91426
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -4,6 +4,11 @@ Changelog
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)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+2 -2
View File
@@ -3,8 +3,8 @@
import os
MAJOR_VERSION = 0
MINOR_VERSION = 17
PATCH_VERSION = "0.dev0"
MINOR_VERSION = 16
PATCH_VERSION = 3
__version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}.{PATCH_VERSION}"