Skip to content

Commit 1231e19

Browse files
committed
Update version numbers etc for v1.13.1 release
1 parent addf115 commit 1231e19

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

.VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.13.0
1+
1.13.1

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ Wilf A. Wilson, Michael Young et al.
44

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

7+
## Version 1.13.1 (released 27/09/2025)
8+
9+
This is a minor release of the Digraphs package, containing one bugfix.
10+
11+
## What's Changed
12+
* In [PR #852](https://github.com/digraphs/Digraphs/pull/852), [@wilfwilson](https://github.com/wilfwilson) fixed a bug that could result in an incorrect result being given for the `AutomorphismGroup` for a digraph that was created by the `CompleteBipartiteDigraph` operation.
13+
* This bug was reported by [@bojankuzma000](https://github.com/bojankuzma000) in [Issue #850](https://github.com/digraphs/Digraphs/issues/850).
14+
15+
**Full Changelog**: <https://github.com/digraphs/Digraphs/compare/v1.13.0...v1.13.1>
16+
717
## Version 1.13.0 (released 26/09/2025)
818

919
## What's Changed

PackageInfo.g

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ fi;
3838
SetPackageInfo(rec(
3939
PackageName := "Digraphs",
4040
Subtitle := "Graphs, digraphs, and multidigraphs in GAP",
41-
Version := "1.13.0",
42-
Date := "26/09/2025", # dd/mm/yyyy format
41+
Version := "1.13.1",
42+
Date := "27/09/2025", # dd/mm/yyyy format
4343
License := "GPL-3.0-or-later",
4444
ArchiveFormats := ".tar.gz",
4545

VERSIONS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#############################################################################
99
##
1010

11+
release 1.13.1 - 27/09/2025
1112
release 1.13.0 - 26/09/2025
1213
release 1.12.2 - 20/09/2025
1314
release 1.12.1 - 10/09/2025

0 commit comments

Comments
 (0)