8000 Cut 1.2.6 · alex-python/fabric@dc6b1e6 · GitHub
[go: up one dir, main page]

Skip to content

Commit dc6b1e6

Browse files
committed
Cut 1.2.6
1 parent fbf8e36 commit dc6b1e6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ would have also been included in the 1.2 line.
2525
Changelog
2626
=========
2727

28+
* :release:`1.2.6 <2012-02-13>`
2829
* :release:`1.1.8 <2012-02-13>`
2930
* :bug:`339` Don't list ``fabric.colors`` members in ``fab ---list``. Thanks to
3031
Nick Trew for the report.

fabric/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from os.path import abspath, dirname
1111

1212

13-
VERSION = (1, 2, 5, 'final', 0)
13+
VERSION = (1, 2, 6, 'final', 0)
1414

1515

1616
def git_sha():

0 commit comments

Comments
 (0)
0