0.5 release

This commit is contained in:
Gabriel Falcao
2012-11-08 00:00:15 -05:00
parent 111b3441c1
commit 49b36726e0
2 changed files with 3 additions and 3 deletions

View File

@@ -1,10 +1,10 @@
# HTTPretty
> Version 0.4
> Version 0.5
[![Build Status](https://secure.travis-ci.org/gabrielfalcao/HTTPretty.png)](http://travis-ci.org/gabrielfalcao/HTTPretty)
# changes
## version 0.4
## version 0.5
* supporting `https` (SSL'ed URLs)

View File

@@ -23,7 +23,7 @@
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
# OTHER DEALINGS IN THE SOFTWARE.
version = '0.4'
version = '0.5'
import re
import socket