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

Skip to content

Commit 7ff95f7

Browse files
committed
Cut 1.3.5
1 parent e215b0d commit 7ff95f7

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.3.5 <2012-02-13>`
2829
* :release:`1.2.6 <2012-02-13>`
2930
* :release:`1.1.8 <2012-02-13>`
3031
* :bug:`495` Fixed documentation example showing how to subclass

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, 3, 4, 'final', 0)
13+
VERSION = (1, 3, 5, 'final', 0)
1414

1515

1616
def git_sha():

0 commit comments

Comments
 (0)
0