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

bump version to 0.10.7.3 #192

Merged
merged 1 commit into from Dec 23, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions Changes
@@ -1,8 +1,16 @@
0.10.7.3 Dec 22 2013

- Minor fix for trac ticket #15510
- Fix for Issue #135
- unicode "open your browser" message
- change URL for bug reports to sagemath.com/report-issue

0.10.7.2 Aug 08 2013

- Minor fix for trac ticket 14469

0.10.7.1 Jun 25 2013

- revert published worksheet sanitization as it is not optional

0.10.7 Jun 24 2013
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -43,7 +43,7 @@ def all_files(dir, prefix):
distutils.log.set_threshold(distutils.log.DEBUG)

code = setup(name = 'sagenb',
version = '0.10.7.2',
version = '0.10.7.3',
description = 'The Sage Notebook',
license = 'GNU General Public License (GPL) v3+',
author = 'William Stein et al.',
Expand Down