Skip to content

Commit fbe25df

Browse files
committed
chore: bumped version to 0.9.9
1 parent e9f83e8 commit fbe25df

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
234234
a list of changes affecting versions up to 0.8.3. Notable changes after 0.8.3
235235
are 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

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
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.

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, 9, 8)
1+
__version_info__ = (0, 9, 9)
22
__version__ = ".".join("{0}".format(x) for x in __version_info__)

0 commit comments

Comments
 (0)