Skip to content

Commit 21788c7

Browse files
committed
Updating PackageInfo.g and CHANGES for release
1 parent 2580d25 commit 21788c7

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,7 @@ February 2019
2323
- If being run from the GAP REPL, plotting functions create temporary HTML
2424
pages with visualizations in them and display them using the system's
2525
default web browser.
26+
27+
March 2019
28+
- Point release with a bug fix regarding rendering graphs from the REPL.
29+

PackageInfo.g

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ SetPackageInfo( rec(
2828

2929
PackageName := "JupyterViz",
3030
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
3333

3434
## Optional: if the package manual uses GAPDoc, you may duplicate the
3535
## version and the release date as shown below to read them while building
3636
## the manual using GAPDoc facilities to distibute documents across files.
3737
## <#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">
4040
## <#/GAPDoc>
4141

4242

0 commit comments

Comments
 (0)