summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2016-08-09 23:05:38 -0600
committerScott Moser <smoser@ubuntu.com>2016-08-09 23:05:38 -0600
commit3aa094b6917240e6654993b34a48403cb7e14b02 (patch)
treee6a6adde60b5ae9ff64abaaf2b23994a29ac2764
parent3973223593ab7bded806f02473164ac105f2896e (diff)
downloadcloud-init-git-3aa094b6917240e6654993b34a48403cb7e14b02.tar.gz
release 0.7.70.7.7
Bump the version in cloudinit/version.py to be 0.7.7.
-rw-r--r--cloudinit/version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/version.py b/cloudinit/version.py
index aa8ccd7e..6acada84 100644
--- a/cloudinit/version.py
+++ b/cloudinit/version.py
@@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-__VERSION__ = "0.7.6"
+__VERSION__ = "0.7.7"
def version_string():