File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11# igraph Python interface changelog
22
3- ## [ Unreleased ]
3+ ## [ 0.9.9 ]
44
55### Changed
66
@@ -234,7 +234,9 @@ Please refer to the commit logs at https://github.com/igraph/python-igraph for
234234a list of changes affecting versions up to 0.8.3. Notable changes after 0.8.3
235235are documented above.
236236
237- [ unreleased ] : https://github.com/igraph/python-igraph/compare/0.9.7..master
237+ [ Unreleased ] : https://github.com/igraph/python-igraph/compare/0.9.9..master
238+ [ 0.9.9 ] : https://github.com/igraph/python-igraph/compare/0.9.8...0.9.9
239+ [ 0.9.8 ] : https://github.com/igraph/python-igraph/compare/0.9.7...0.9.8
238240[ 0.9.7 ] : https://github.com/igraph/python-igraph/compare/0.9.6...0.9.7
239241[ 0.9.6 ] : https://github.com/igraph/python-igraph/compare/0.9.5...0.9.6
240242[ 0.9.5 ] : https://github.com/igraph/python-igraph/compare/0.9.4...0.9.5
Original file line number Diff line number Diff line change 5151# built documents.
5252#
5353# The short X.Y version.
54- version = '0.9.8 '
54+ version = '0.9.9 '
5555# The full version, including alpha/beta/rc tags.
56- release = '0.9.8 '
56+ release = '0.9.9 '
5757
5858# The language for content autogenerated by Sphinx. Refer to documentation
5959# for a list of supported languages.
Original file line number Diff line number Diff line change 1- __version_info__ = (0 , 9 , 8 )
1+ __version_info__ = (0 , 9 , 9 )
22__version__ = "." .join ("{0}" .format (x ) for x in __version_info__ )
You can’t perform that action at this time.
0 commit comments