Skip to content

Commit a5f1cd4

Browse files
committed
version 1.1.1
s Please enter the commit message for your changes. Lines starting
1 parent 25e15d6 commit a5f1cd4

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ their automorphism group in a Python programming environment. Pynauty
77
is a Python/C extension module using library components from the
88
[Nauty](https://pallini.di.uniroma1.it/) package by Brendan McKay.
99

10-
#### Current version is **1.1.0** built with `nauty27r3`.
10+
Current version is distributed and has been tested with `nauty27r3`.
1111

1212
## Usage
1313

@@ -128,7 +128,7 @@ You can download the source distribution form
128128
pip download --no-binary pynauty pynauty
129129
```
130130

131-
Please note, the source distribution also contains Nauty27r1's source.
131+
Please note, the source distribution also contains Nauty27r3's source.
132132

133133
#### Build, test, install
134134

Release.notes

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Changes in version 1.1.1 + nauty27r3
2+
3+
- Added the missing nauty source to the package uploaded to PyPi.
4+
15
Changes in version 1.1.0 + nauty27r3
26

37
- Frank Bryce fixed the issue of accepting multigraphs but then silently

src/pynauty/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
_nauty_version = 'nauty27r3'
3535
_nauty_dir = _nauty_version # relative to src/
3636

37-
_pynauty_version = '1.1.0'
37+
_pynauty_version = '1.1.1'
3838
__version__ = _pynauty_version
3939
__Version__ = _pynauty_version + ' + ' + _nauty_version
4040

0 commit comments

Comments
 (0)