diff --git a/CHANGES.md b/CHANGES.md index 3510044..f415a16 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ +## 2020-07-06 - version 20.1.0 +* Added db module with database migration utilities +* Added fileformats module for validating tabular data +* API and users documentation added + ## 2020-02-12 - version 0.1.20200219 * Added signals diff --git a/toolkit/version.py b/toolkit/version.py index 6211d55..a4091c3 100644 --- a/toolkit/version.py +++ b/toolkit/version.py @@ -1,2 +1,2 @@ -__version__ = "0.1.20200219" +__version__ = "20.1.0"