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

Commit 93e52cd

Browse files
committed
update to 1.0
1 parent b6fb4c9 commit 93e52cd

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.0 May 24 2017
2+
- variours py3 compatibility changes
3+
- absolute imports
4+
- see https://github.com/sagemath/sagenb/commits/master
5+
for complete list
6+
17
0.13 May 9 2016
28
- fix location of stylesheet with Sphinx 1.4
39
- improvements towards Python 3 compatibility

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 = '0.13',
43+
version = '1.0',
4444
description = 'The Sage Notebook',
4545
license = 'GNU General Public License (GPL) v3+',
4646
author = 'William Stein et al.',

0 commit comments

Comments
 (0)