Skip to content

Commit

Permalink
Cut 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Feb 14, 2012
1 parent 3edb315 commit 5948bbd
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
Expand Up @@ -25,6 +25,7 @@ would have also been included in the 1.2 line.
Changelog
=========

* :release:`1.1.8 <2012-02-13>`
* :bug:`339` Don't list ``fabric.colors`` members in ``fab ---list``. Thanks to
Nick Trew for the report.
* :release:`1.1.7 <2011-11-23>`
Expand Down
2 changes: 1 addition & 1 deletion fabric/version.py
Expand Up @@ -10,7 +10,7 @@
from os.path import abspath, dirname


VERSION = (1, 1, 7, 'final', 0)
VERSION = (1, 1, 8, 'final', 0)


def git_sha():
Expand Down

0 comments on commit 5948bbd

Please sign in to comment.