Skip to content

Commit

Permalink
Cut 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Jul 2, 2018
1 parent 40e6a77 commit 42c4c72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Changelog
=========

- :release:`1.6.1 <2018-07-02>`
- :release:`1.5.1 <2018-07-02>`
- :support:`73 backported` (via :issue:`77`) Add support for Sphinx 1.7.x
(while retaining support for previous versions of Sphinx). Thanks to Miro
Expand Down
2 changes: 1 addition & 1 deletion releases/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = (1, 6, 0)
__version_info__ = (1, 6, 1)
__version__ = '.'.join(map(str, __version_info__))

0 comments on commit 42c4c72

Please sign in to comment.