Skip to content

Commit 8c4ca99

Browse files
committed
update version numbers and CHANGELOG.md
1 parent 995ab74 commit 8c4ca99

File tree

4 files changed

+17
-9
lines changed

4 files changed

+17
-9
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
# Digraphs package for GAP - CHANGELOG
2-
Copyright (C) 2014-16 Jan De Beule, Luke Elliott, Julius Jonusas, James D.
2+
Copyright (C) 2014-17 Jan De Beule, Luke Elliott, Julius Jonusas, James D.
33
Mitchell, Markus Pfeiffer, Finn Smith, Michael Torpey & Wilf A. Wilson
44

55
Licensing information can be found in the LICENSE file.
66

7+
## Version 0.6.1 (released 01/03/2017)
8+
This is a minor release. This release fixes a bug in `AsDigraph` for a
9+
transformation and an integer. The operations `OutNeighboursCopy` and
10+
`OutNeighborsCopy` are renamed to `OutNeighboursMutableCopy` and
11+
`OutNeighborsMutableCopy`, respectively, and new operations
12+
`InNeighboursMutableCopy` and `InNeighborsMutableCopy` are introduced.
13+
714
## Version 0.6.0 (released 09/12/2016)
815
This is a major release, adding a variety of new operations and attributes
916
for Digraphs, as well as improving some functions and improving the

PackageInfo.g

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
############################################################################
22
##
33
#W PackageInfo.g
4-
#Y Copyright (C) 2015-16 Jan J De Beule
4+
#Y Copyright (C) 2015-17 Jan J De Beule
55
## Luke Elliott
66
## Julius Jonusas
77
## James Mitchell
@@ -16,20 +16,20 @@
1616
##
1717

1818
## <#GAPDoc Label="PKGVERSIONDATA">
19-
## <!ENTITY VERSION "0.6.0">
19+
## <!ENTITY VERSION "0.6.1">
2020
## <!ENTITY GAPVERS "4.8.2">
2121
## <!ENTITY GRAPEVERS "4.5">
2222
## <!ENTITY IOVERS "4.4.4">
2323
## <!ENTITY ORBVERS "4.7.5">
24-
## <!ENTITY ARCHIVENAME "digraphs-0.6.0">
25-
## <!ENTITY COPYRIGHTYEARS "2014-16">
24+
## <!ENTITY ARCHIVENAME "digraphs-0.6.1">
25+
## <!ENTITY COPYRIGHTYEARS "2014-17">
2626
## <#/GAPDoc>
2727

2828
SetPackageInfo(rec(
2929
PackageName := "Digraphs",
3030
Subtitle := "",
31-
Version := "0.6.0",
32-
Date := "09/12/2016",
31+
Version := "0.6.1",
32+
Date := "01/03/2017",
3333
ArchiveFormats := ".tar.gz",
3434

3535
SourceRepository := rec(

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0
1+
0.6.1

VERSIONS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
############################################################################
22
##
33
#W VERSIONS
4-
#Y Copyright (C) 2016 Jan J De Beule
4+
#Y Copyright (C) 2015-17 Jan J De Beule
55
## Luke Elliott
66
## Julius Jonusas
77
## James Mitchell
@@ -15,6 +15,7 @@
1515
#############################################################################
1616
##
1717

18+
release 0.6.1 - 01/03/2017
1819
release 0.6.0 - 09/12/2016
1920
release 0.5.2 - 20/03/2016
2021
release 0.5.1 - 08/03/2016

0 commit comments

Comments
 (0)