From a99079cffe7a382115374c62ecdd304233baa3a1 Mon Sep 17 00:00:00 2001 From: Dima Pasechnik Date: Fri, 1 Feb 2019 20:19:11 +0000 Subject: [PATCH] bump up the version --- Changes | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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.',