Skip to content

Commit

Permalink
Update changelog generation link to use release branch, not tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Nov 7, 2012
1 parent 56cf943 commit 2f3edef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

readme = open('README.rst').read()

v = get_version('short')
long_description = """
To find out what's new in this version of Fabric, please see `the changelog
<http://docs.fabfile.org/en/%s/changelog.html>`_.
Expand All @@ -25,7 +24,7 @@
----
For more information, please see the Fabric website or execute ``fab --help``.
""" % (v, readme)
""" % (get_version('branch'), readme)

setup(
name='Fabric',
Expand Down

0 comments on commit 2f3edef

Please sign in to comment.