Skip to content

Commit bfe8501

Browse files
committed
Updating version number for minor release
1 parent dd55d50 commit bfe8501

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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.4.0",
32-
Date := "21/02/2019", # Release date of current version, dd/mm/yyyy
31+
Version := "1.5.0",
32+
Date := "26/02/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.4.0">
39-
## <!ENTITY RELEASEDATE "21 February 2019">
38+
## <!ENTITY VERSION "1.5.0">
39+
## <!ENTITY RELEASEDATE "26 February 2019">
4040
## <#/GAPDoc>
4141

4242

0 commit comments

Comments
 (0)