Skip to content

Commit

Permalink
chore: bumped version to 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ntamas committed Oct 12, 2023
1 parent 355b303 commit a249b9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# igraph Python interface changelog

## [0.11.1] - 2023-10-12
## [0.11.2] - 2023-10-12

### Fixed

Expand Down Expand Up @@ -588,8 +588,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.1...main
[0.11.1]: https://github.com/igraph/python-igraph/compare/0.11.0...0.11.1
[main]: https://github.com/igraph/python-igraph/compare/0.11.2...main
[0.11.2]: https://github.com/igraph/python-igraph/compare/0.11.0...0.11.2
[0.11.0]: https://github.com/igraph/python-igraph/compare/0.10.8...0.11.0
[0.10.8]: https://github.com/igraph/python-igraph/compare/0.10.7...0.10.8
[0.10.7]: https://github.com/igraph/python-igraph/compare/0.10.6...0.10.7
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, 1)
__version_info__ = (0, 11, 2)
__version__ = ".".join("{0}".format(x) for x in __version_info__)

0 comments on commit a249b9a

Please sign in to comment.