diff --git a/Changes b/Changes index 966d81a81..ac063ed24 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ +1.1.2 February 2 2019 + - port to sphinx 1.8.3, simplified docbuilding code + - update to MANIFEST.in to bundle doc/ - needed by + new setuptools + - few more minor fixes + 1.1.1 November 5 2018 - just of repackaging of 1.1.0 from the same sources - in particular, remove the bundled mathjax diff --git a/setup.py b/setup.py index f6d9d4cd7..dcd6915a9 100755 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ def all_files(dir, prefix): setup(name='sagenb', - version = '1.1.1', + version = '1.1.2', description = 'The Sage Notebook', license = 'GNU General Public License (GPL) v3+', author = 'William Stein et al.',