Skip to content

Commit

Permalink
arakoon_dev 0.10.0 needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Slootmaekers committed Jan 23, 2012
1 parent 9c404e6 commit daf9f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion createNewQPackages.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def createNewPackage( package_name, package_description, old_version, new_versio
p = i.qp.find( package_name, version=new_version )
return p

p = i.qp.find( 'arakoon_dev', version='0.8.0' )
p = i.qp.find( 'arakoon_dev', version='0.10.0' )
p.install()

def replace_deps( p, deps_to_replace):
Expand Down

0 comments on commit daf9f1c

Please sign in to comment.