Showing
3 changed files
with
14 additions
and
3 deletions
1 | Changelog | 1 | Changelog |
2 | ========= | 2 | ========= |
3 | 3 | ||
4 | +0.5.0 (2016-06-12) | ||
5 | +------------------ | ||
6 | + | ||
7 | +- Merge remote-tracking branch 'Miserlou/tailwait' [Jose Diaz-Gonzalez] | ||
8 | + | ||
9 | +- Well that was embarassing. Not sure how that happened. [Rich Jones] | ||
10 | + | ||
11 | +- Replace tabs with spaces.. my fault for cowboy coding.. [Rich Jones] | ||
12 | + | ||
13 | +- Fixes #23 - recursive tailing hur hur. [Rich Jones] | ||
14 | + | ||
4 | 0.4.1 (2016-06-12) | 15 | 0.4.1 (2016-06-12) |
5 | ------------------ | 16 | ------------------ |
6 | 17 | ... | ... |
... | @@ -61,9 +61,9 @@ author = u'Mitch Garnaat' | ... | @@ -61,9 +61,9 @@ author = u'Mitch Garnaat' |
61 | # built documents. | 61 | # built documents. |
62 | # | 62 | # |
63 | # The short X.Y version. | 63 | # The short X.Y version. |
64 | -version = '0.4.1' | 64 | +version = '0.5.0' |
65 | # The full version, including alpha/beta/rc tags. | 65 | # The full version, including alpha/beta/rc tags. |
66 | -release = '0.4.1' | 66 | +release = '0.5.0' |
67 | 67 | ||
68 | # The language for content autogenerated by Sphinx. Refer to documentation | 68 | # The language for content autogenerated by Sphinx. Refer to documentation |
69 | # for a list of supported languages. | 69 | # for a list of supported languages. | ... | ... |
... | @@ -13,4 +13,4 @@ | ... | @@ -13,4 +13,4 @@ |
13 | # See the License for the specific language governing permissions and | 13 | # See the License for the specific language governing permissions and |
14 | # limitations under the License. | 14 | # limitations under the License. |
15 | 15 | ||
16 | -__version__ = '0.4.1' | 16 | +__version__ = '0.5.0' | ... | ... |
-
Please register or login to post a comment