Skip to content
This repository was archived by the owner on Jun 18, 2020. It is now read-only.

Commit a99079c

Browse files
committed
bump up the version
1 parent 0224f18 commit a99079c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Changes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.1.2 February 2 2019
2+
- port to sphinx 1.8.3, simplified docbuilding code
3+
- update to MANIFEST.in to bundle doc/ - needed by
4+
new setuptools
5+
- few more minor fixes
6+
17
1.1.1 November 5 2018
28
- just of repackaging of 1.1.0 from the same sources
39
- in particular, remove the bundled mathjax

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def all_files(dir, prefix):
4040

4141

4242
setup(name='sagenb',
43-
version = '1.1.1',
43+
version = '1.1.2',
4444
description = 'The Sage Notebook',
4545
license = 'GNU General Public License (GPL) v3+',
4646
author = 'William Stein et al.',

0 commit comments

Comments
 (0)