Skip to content

Commit 88e3bfc

Browse files
committed
chore: updated changelog [ci skip]
1 parent 916a83d commit 88e3bfc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,8 @@ Please refer to the commit logs at https://github.com/igraph/python-igraph for
413413
a list of changes affecting versions up to 0.8.3. Notable changes after 0.8.3
414414
are documented above.
415415

416-
[Unreleased]: https://github.com/igraph/python-igraph/compare/0.10.1...master
416+
[Unreleased]: https://github.com/igraph/python-igraph/compare/0.10.2...master
417+
[0.10.2]: https://github.com/igraph/python-igraph/compare/0.10.1...0.10.2
417418
[0.10.1]: https://github.com/igraph/python-igraph/compare/0.10.0...0.10.1
418419
[0.10.0]: https://github.com/igraph/python-igraph/compare/0.9.11...0.10.0
419420
[0.9.11]: https://github.com/igraph/python-igraph/compare/0.9.10...0.9.11

src/igraph/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (0, 10, 1)
1+
__version_info__ = (0, 10, 2)
22
__version__ = ".".join("{0}".format(x) for x in __version_info__)

0 commit comments

Comments
 (0)