Skip to content

Commit

Permalink
chore: bumped version to 0.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ntamas committed May 7, 2024
1 parent 76a98b8 commit 8e7179c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# igraph Python interface changelog

## [master]
## [0.11.5] - 2024-05-07

### Added

Expand All @@ -14,6 +14,8 @@
following up a similar change in the C core. The old name of the function
is deprecated but will be kept around until at least 0.12.0.

- The C core of igraph was updated to version 0.10.12.

## [0.11.4]

### Added
Expand Down Expand Up @@ -635,7 +637,8 @@ Please refer to the commit logs at https://github.com/igraph/python-igraph for
a list of changes affecting versions up to 0.8.3. Notable changes after 0.8.3
are documented above.

[main]: https://github.com/igraph/python-igraph/compare/0.11.4...main
[main]: https://github.com/igraph/python-igraph/compare/0.11.5...main
[0.11.5]: https://github.com/igraph/python-igraph/compare/0.11.4...0.11.5
[0.11.4]: https://github.com/igraph/python-igraph/compare/0.11.3...0.11.4
[0.11.3]: https://github.com/igraph/python-igraph/compare/0.11.2...0.11.3
[0.11.2]: https://github.com/igraph/python-igraph/compare/0.11.0...0.11.2
Expand Down
2 changes: 1 addition & 1 deletion src/igraph/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = (0, 11, 4)
__version_info__ = (0, 11, 5)
__version__ = ".".join("{0}".format(x) for x in __version_info__)

0 comments on commit 8e7179c

Please sign in to comment.