New release: 0.6.4
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
project:
|
||||
name: "HTTPretty"
|
||||
version: 0.6.2
|
||||
version: 0.6.4
|
||||
description: HTTP client mock for Python
|
||||
|
||||
github_maintainer: gabrielfalcao
|
||||
|
||||
2
.release
2
.release
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user