Skip to content

Commit

Permalink
update version numbers and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfwilson committed Mar 1, 2017
1 parent 995ab74 commit 8c4ca99
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Digraphs package for GAP - CHANGELOG
Copyright (C) 2014-16 Jan De Beule, Luke Elliott, Julius Jonusas, James D.
Copyright (C) 2014-17 Jan De Beule, Luke Elliott, Julius Jonusas, James D.
Mitchell, Markus Pfeiffer, Finn Smith, Michael Torpey & Wilf A. Wilson

Licensing information can be found in the LICENSE file.

## Version 0.6.1 (released 01/03/2017)
This is a minor release. This release fixes a bug in `AsDigraph` for a
transformation and an integer. The operations `OutNeighboursCopy` and
`OutNeighborsCopy` are renamed to `OutNeighboursMutableCopy` and
`OutNeighborsMutableCopy`, respectively, and new operations
`InNeighboursMutableCopy` and `InNeighborsMutableCopy` are introduced.

## Version 0.6.0 (released 09/12/2016)
This is a major release, adding a variety of new operations and attributes
for Digraphs, as well as improving some functions and improving the
Expand Down
12 changes: 6 additions & 6 deletions PackageInfo.g
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
############################################################################
##
#W PackageInfo.g
#Y Copyright (C) 2015-16 Jan J De Beule
#Y Copyright (C) 2015-17 Jan J De Beule
## Luke Elliott
## Julius Jonusas
## James Mitchell
Expand All @@ -16,20 +16,20 @@
##

## <#GAPDoc Label="PKGVERSIONDATA">
## <!ENTITY VERSION "0.6.0">
## <!ENTITY VERSION "0.6.1">
## <!ENTITY GAPVERS "4.8.2">
## <!ENTITY GRAPEVERS "4.5">
## <!ENTITY IOVERS "4.4.4">
## <!ENTITY ORBVERS "4.7.5">
## <!ENTITY ARCHIVENAME "digraphs-0.6.0">
## <!ENTITY COPYRIGHTYEARS "2014-16">
## <!ENTITY ARCHIVENAME "digraphs-0.6.1">
## <!ENTITY COPYRIGHTYEARS "2014-17">
## <#/GAPDoc>

SetPackageInfo(rec(
PackageName := "Digraphs",
Subtitle := "",
Version := "0.6.0",
Date := "09/12/2016",
Version := "0.6.1",
Date := "01/03/2017",
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.6.0
0.6.1
3 changes: 2 additions & 1 deletion VERSIONS
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
############################################################################
##
#W VERSIONS
#Y Copyright (C) 2016 Jan J De Beule
#Y Copyright (C) 2015-17 Jan J De Beule
## Luke Elliott
## Julius Jonusas
## James Mitchell
Expand All @@ -15,6 +15,7 @@
#############################################################################
##

release 0.6.1 - 01/03/2017
release 0.6.0 - 09/12/2016
release 0.5.2 - 20/03/2016
release 0.5.1 - 08/03/2016
Expand Down

0 comments on commit 8c4ca99

Please sign in to comment.