File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -23,3 +23,7 @@ February 2019
23
23
- If being run from the GAP REPL, plotting functions create temporary HTML
24
24
pages with visualizations in them and display them using the system's
25
25
default web browser.
26
+
27
+ March 2019
28
+ - Point release with a bug fix regarding rendering graphs from the REPL.
29
+
Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ SetPackageInfo( rec(
28
28
29
29
PackageName := " JupyterViz" ,
30
30
Subtitle := " Visualization Tools for Jupyter and the GAP REPL" ,
31
- Version := " 1.5.0 " ,
32
- Date := " 26/02 /2019" , # Release date of current version, dd/mm/yyyy
31
+ Version := " 1.5.1 " ,
32
+ Date := " 28/03 /2019" , # Release date of current version, dd/mm/yyyy
33
33
34
34
# # Optional: if the package manual uses GAPDoc, you may duplicate the
35
35
# # version and the release date as shown below to read them while building
36
36
# # the manual using GAPDoc facilities to distibute documents across files.
37
37
# # <#GAPDoc Label="PKGVERSIONDATA">
38
- # # <!ENTITY VERSION "1.5.0 ">
39
- # # <!ENTITY RELEASEDATE "26 February 2019">
38
+ # # <!ENTITY VERSION "1.5.1 ">
39
+ # # <!ENTITY RELEASEDATE "28 March 2019">
40
40
# # <#/GAPDoc>
41
41
42
42
You can’t perform that action at this time.
0 commit comments