Semver-compatible versioning.

This commit is contained in:
Jakub Roztocil 2012-08-17 21:24:34 +02:00
parent bf03937f06
commit 1ed43c1a1e
2 changed files with 3 additions and 3 deletions

View File

@ -957,7 +957,7 @@ Changelog
*You can click a version name to see a diff with the previous one.*
* `0.2.8dev`_
* `0.2.8-alpha`_
* CRLF HTTP header field separation in the output.
* Added exit status code ``2`` for timed-out requests.
* Added the option to separate colorizing and formatting
@ -1042,7 +1042,7 @@ Changelog
.. _0.2.5: https://github.com/jkbr/httpie/compare/0.2.2...0.2.5
.. _0.2.6: https://github.com/jkbr/httpie/compare/0.2.5...0.2.6
.. _0.2.7: https://github.com/jkbr/httpie/compare/0.2.5...0.2.7
.. _0.2.8dev: https://github.com/jkbr/httpie/compare/0.2.7...master
.. _0.2.8-alpha: https://github.com/jkbr/httpie/compare/0.2.7...master
.. _stable version: https://github.com/jkbr/httpie/tree/0.2.7#readme
.. _AUTHORS.rst: https://github.com/jkbr/httpie/blob/master/AUTHORS.rst
.. _LICENSE: https://github.com/jkbr/httpie/blob/master/LICENSE

View File

@ -3,7 +3,7 @@ HTTPie - cURL for humans.
"""
__author__ = 'Jakub Roztocil'
__version__ = '0.2.8dev'
__version__ = '0.2.8-alpha'
__licence__ = 'BSD'