From 091e10b6f4183a50b816ae7a6f22462f689b0425 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Sun, 10 Nov 2019 20:33:53 +0000 Subject: [PATCH] version bump --- ase_notebook/__init__.py | 2 +- docs/source/changelog.rst | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ase_notebook/__init__.py b/ase_notebook/__init__.py index 4d16617..684bcb5 100644 --- a/ase_notebook/__init__.py +++ b/ase_notebook/__init__.py @@ -10,4 +10,4 @@ # before dependencies are installed pass -__version__ = "0.3.0" +__version__ = "0.3.1" diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 4e11d68..0f58439 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,9 +1,13 @@ Changelog ========= +Version 0.3.1 +------------- -Development Branch ------------------- +Improve documentation and add Binder build. + +Version 0.3.0 +------------- - Add autodoc decorator. - Restructure and Add CI Testing (#1)