Start reverting explicit-release stuff in favor of release-line specifiers on bugs.

This commit is contained in:
Jeff Forcier 2014-02-11 14:23:15 -08:00
parent 2d3b13e917
commit c142454621
2 changed files with 2 additions and 2 deletions

View File

@ -4,4 +4,4 @@ invoke>=0.7.0
invocations>=0.4.4 invocations>=0.4.4
sphinx>=1.1.3 sphinx>=1.1.3
alabaster>=0.3.0 alabaster>=0.3.0
releases>=0.2.4 releases>=0.5.0

View File

@ -12,7 +12,7 @@ Changelog
* :bug:`176` Fix AttributeError bugs in known_hosts file (re)loading. Thanks * :bug:`176` Fix AttributeError bugs in known_hosts file (re)loading. Thanks
to Nathan Scowcroft for the patch & Martin Blumenstingl for the initial test to Nathan Scowcroft for the patch & Martin Blumenstingl for the initial test
case. case.
* :release:`1.10.4 <2013-09-27>` 199, 200, 179 * :release:`1.10.4 <2013-09-27>`
* :bug:`179` Fix a missing variable causing errors when an ssh_config file has * :bug:`179` Fix a missing variable causing errors when an ssh_config file has
a non-default AddressFamily set. Thanks to Ed Marshall & Tomaz Muraus for a non-default AddressFamily set. Thanks to Ed Marshall & Tomaz Muraus for
catch & patch. catch & patch.