Merge pull request #358 from fronzbot/bugfix-version-bump

Version bump
This commit is contained in:
Kevin Fronczak
2020-08-01 23:07:58 -04:00
committed by GitHub
2 changed files with 10 additions and 2 deletions
+9 -1
View File
@@ -4,10 +4,18 @@ Changelog
A list of changes between each release
0.16.2 (2020-08-01)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Add user-agent to header at login
- Remove extra data parameters at login (not-needed)
- Bump pytest to 6.0.1
0.16.1 (2020-07-29)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Unpin requeirements, set minimum version instead
- Unpin requirements, set minimum version instead
- Bump coverage to 5.2.1
- Bump pytest to 6.0.0
+1 -1
View File
@@ -4,7 +4,7 @@ import os
MAJOR_VERSION = 0
MINOR_VERSION = 16
PATCH_VERSION = "2-rc1"
PATCH_VERSION = 2
__version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}.{PATCH_VERSION}"