Skip to content

Commit

Permalink
Update package for v0.12.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfwilson committed Jan 31, 2018
1 parent c72f4c7 commit 52e8eb9
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 9 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Digraphs package for GAP - CHANGELOG
Copyright (C) 2014-17 by Jan De Beule, Julius Jonušas, James D. Mitchell,
Copyright (C) 2014-18 by Jan De Beule, Julius Jonušas, James D. Mitchell,
Michael Torpey, Wilf A. Wilson et al.

Licensing information can be found in the LICENSE file.

## Version 0.12.0 (released 31/01/2018)

This release contains bugfixes and new features. In particular, it:

* fixes [a bug in `ArticulationPoints` and `IsBiconnectedDigraph`](https://github.com/gap-packages/Digraphs/issues/102) [[Wilf A. Wilson](http://wilf.me)];
* adds the property `IsChainDigraph` [Ashley Clayton]; and
* adds the operation `IsDigraphAutomorphism` [Chris Russell].

Digraphs now requires version 4.5.1 of the IO package.

## Version 0.11.0 (released 22/11/2017)

The principal change in Digraphs version 0.11.0 is the addition of
Expand Down
12 changes: 6 additions & 6 deletions PackageInfo.g
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
#############################################################################
##
#W PackageInfo.g
#Y Copyright (C) 2015-17 James D. Mitchell
#Y Copyright (C) 2015-18 James D. Mitchell
##
## Licensing information can be found in the README.md file of this package.
##
#############################################################################
##

## <#GAPDoc Label="PKGVERSIONDATA">
## <!ENTITY VERSION "0.11.0">
## <!ENTITY VERSION "0.12.0">
## <!ENTITY GAPVERS "4.8.2">
## <!ENTITY GRAPEVERS "4.5">
## <!ENTITY IOVERS "4.5.1">
## <!ENTITY ORBVERS "4.7.5">
## <!ENTITY ARCHIVENAME "digraphs-0.11.0">
## <!ENTITY COPYRIGHTYEARS "2014-17">
## <!ENTITY ARCHIVENAME "digraphs-0.12.0">
## <!ENTITY COPYRIGHTYEARS "2014-18">
## <#/GAPDoc>

SetPackageInfo(rec(
PackageName := "Digraphs",
Subtitle := "Graphs, digraphs, and multidigraphs in GAP",
Version := "0.11.0",
Date := "22/11/2017",
Version := "0.12.0",
Date := "31/01/2018",
ArchiveFormats := ".tar.gz",

SourceRepository := rec(
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.0
0.12.0
3 changes: 2 additions & 1 deletion VERSIONS
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
#############################################################################
##
#W VERSIONS
#Y Copyright (C) 2015-17 James D. Mitchell
#Y Copyright (C) 2015-18 James D. Mitchell
##
## Licensing information can be found in the README.md file of this package.
##
#############################################################################
##

release 0.12.0 - 31/01/2018
release 0.11.0 - 22/11/2017
release 0.10.1 - 16/08/2017
release 0.10.0 - 20/07/2017
Expand Down

0 comments on commit 52e8eb9

Please sign in to comment.