diff --git a/bread/__init__.py b/bread/__init__.py index 5c4105c..7863915 100644 --- a/bread/__init__.py +++ b/bread/__init__.py @@ -1 +1 @@ -__version__ = "1.0.1" +__version__ = "1.0.2" diff --git a/docs/changes.rst b/docs/changes.rst index aec6d47..3c95877 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -3,6 +3,13 @@ Change Log ========== +1.0.2 - Dec 16, 2020 +-------------------- + +* Switch from Travis to Github Actions. There are no functional + changes in the package, but I'm using this release to test the + Github Actions release workflow. + 1.0.1 - Dec 2, 2020 -------------------