File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -413,7 +413,8 @@ Please refer to the commit logs at https://github.com/igraph/python-igraph for
413413a list of changes affecting versions up to 0.8.3. Notable changes after 0.8.3
414414are 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
Original file line number Diff line number Diff line change 1- __version_info__ = (0 , 10 , 1 )
1+ __version_info__ = (0 , 10 , 2 )
22__version__ = "." .join ("{0}" .format (x ) for x in __version_info__ )
You can’t perform that action at this time.
0 commit comments