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

Skip to content 65FB

Commit 7a46839

Browse files
committed
Cut 1.10.1
1 parent ac7a682 commit 7a46839

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

fabric/version.py

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

1111

12-
VERSION = (1, 10, 0, 'final', 0)
12+
VERSION = (1, 10, 1, 'final', 0)
1313

1414

1515
def git_sha():

sites/www/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:`1.10.1 <2014-12-19>`
56
* :release:`1.9.2 <2014-12-19>`
67
* :bug:`1201` Don't naively glob all `~fabric.operations.get` targets - only
78
glob actual directories. This avoids incorrectly yielding permission errors

0 commit comments

Comments
 (0)
0