Merge pull request #348 from fronzbot/0.16.1-changelog

Updated versions and changelog for 0.16.1
This commit is contained in:
Kevin Fronczak
2020-07-29 11:27:26 -04:00
committed by GitHub
2 changed files with 10 additions and 2 deletions
+8
View File
@@ -4,6 +4,14 @@ Changelog
A list of changes between each release
0.16.1 (2020-07-29)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Unpin requeirements, set minimum version instead
- Bump coverage to 5.2.1
- Bump pytest to 6.0.0
0.16.0 (2020-07-20)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+2 -2
View File
@@ -3,8 +3,8 @@
import os
MAJOR_VERSION = 0
MINOR_VERSION = 17
PATCH_VERSION = "0-rc0"
MINOR_VERSION = 16
PATCH_VERSION = 1
__version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}.{PATCH_VERSION}"