Skip to content

Commit

Permalink
2021.02.07 Release
Browse files Browse the repository at this point in the history
# 2021.02.07 Release

## Version bumps

- yamllint 1.25.0 to 1.26.0
- mypy 0.790 to 0.800
- pandas 1.2.0 to 1.2.1
- pytest-cov 2.10.1 to 2.11.1
- openpyxl 3.0.5 to 3.0.6

## Testing documentation uplift

- Added more comments to tests
- Updated tests documentation

## Added NOTICE

- Added NOTICE file to project
  • Loading branch information
writememe authored Feb 7, 2021
2 parents 085ea4d + d6d8c8c commit 2b2b08d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
CHANGELOG
=======

# 2021.02.07

## Version bumps

- yamllint 1.25.0 to 1.26.0
- mypy 0.790 to 0.800
- pandas 1.2.0 to 1.2.1
- pytest-cov 2.10.1 to 2.11.1
- openpyxl 3.0.5 to 3.0.6

## Testing documentation uplift

- Added more comments to tests
- Updated tests documentation

## Added NOTICE

- Added NOTICE file to project

# 2021.01.16

## BREAKING CHANGES - Python 3.6 Support Depcrecated
Expand Down
2 changes: 1 addition & 1 deletion motherstarter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Version and author for project
__version__ = "2021.01.16"
__version__ = "2021.02.07"
__author__ = "Daniel Teycheney"

0 comments on commit 2b2b08d

Please sign in to comment.