We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13c2a33 commit 1c3393dCopy full SHA for 1c3393d
alabaster/_version.py
@@ -1,2 +1,2 @@
1
-__version_info__ = (0, 7, 8)
+__version_info__ = (0, 7, 9)
2
__version__ = '.'.join(map(str, __version_info__))
docs/changelog.rst
@@ -2,6 +2,7 @@
Changelog
3
=========
4
5
+* :release:`0.7.9 <2016-07-25>`
6
* :feature:`6` (and :issue:`70`, both via :issue:`84`) Make all remaining
7
hardcoded style colors configurable, plus related cleanup (such as improving
8
differentiation of some admonition blocks such as ``warn`` and ``note``,
0 commit comments