Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
oldpatricka committed Feb 10, 2012
1 parent 3ab33ce commit 67075bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloudinitd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

g_open_loggers = []

Version = "1.0"
Version = "1.2"

def find_true():
cmds = [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = 'bresnaha'

Version = "1.0"
Version = "1.2"

if sys.version_info[:2] < (2,5):
sys.stderr.write("Your Python version %d.%d.%d is not supported.\n" % sys.version_info[:3])
Expand Down

0 comments on commit 67075bd

Please sign in to comment.