Skip to content

Commit 6e3951f

Browse files
committed
Cut 0.8.0
1 parent df1c4aa commit 6e3951f

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, 9)
1+
__version_info__ = (0, 7, 10)
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.10 <2017-02-28>`
56
* :bug:`32` Update styling of various block-level elements such as admonitions
67
(``.. note::``, ``.. warning::``, etc) and code blocks (``.. code::``) so
78
they are no longer 'dedented' outside the main column of text they're

0 commit comments

Comments
 (0)