New release: 0.6.4

This commit is contained in:
Gabriel Falcao
2013-09-23 15:41:05 -04:00
parent 5eaf7c01cc
commit 3f557604dc
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
project:
name: "HTTPretty"
version: 0.6.2
version: 0.6.4
description: HTTP client mock for Python
github_maintainer: gabrielfalcao

View File

@@ -6,7 +6,7 @@ read newversion
find_files () {
find * -name '*.py' -or -name '*.yml'
find . -name '*.py' -or -name '*.yml'
}
update_files (){
find_files | xargs gsed -i "s,$current_version,$newversion,g"

View File

@@ -25,7 +25,7 @@
# OTHER DEALINGS IN THE SOFTWARE.
from __future__ import unicode_literals
__version__ = version = '0.6.3'
__version__ = version = '0.6.4'
import sys