From 8ee6060112c06ad1b8e3202c1f086c6f0f60e861 Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Mon, 6 Aug 2018 23:53:08 -0400 Subject: [PATCH] Bump to version 0.7.0 --- README.md | 2 +- get_together/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ba90d7..f7fc949 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Get Together is an open source event manager for local communities. -Get Together is version *0.6.0*. +Get Together is version *0.7.0*. Try it free at https://gettogether.community diff --git a/get_together/__init__.py b/get_together/__init__.py index ef7eb44..a71c5c7 100644 --- a/get_together/__init__.py +++ b/get_together/__init__.py @@ -1 +1 @@ -__version__ = '0.6.0' +__version__ = '0.7.0'