Skip to content

Commit 1c3393d

Browse files
committed
Cut 0.7.9
1 parent 13c2a33 commit 1c3393d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

alabaster/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (0, 7, 8)
1+
__version_info__ = (0, 7, 9)
22
__version__ = '.'.join(map(str, __version_info__))

docs/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Changelog
33
=========
44

5+
* :release:`0.7.9 <2016-07-25>`
56
* :feature:`6` (and :issue:`70`, both via :issue:`84`) Make all remaining
67
hardcoded style colors configurable, plus related cleanup (such as improving
78
differentiation of some admonition blocks such as ``warn`` and ``note``,

0 commit comments

Comments
 (0)