Update version numbers
authorWill Kahn-Greene <willg@bluesock.org>
Mon, 12 Dec 2011 16:41:29 +0000 (11:41 -0500)
committerWill Kahn-Greene <willg@bluesock.org>
Mon, 12 Dec 2011 16:41:29 +0000 (11:41 -0500)
docs/source/conf.py
mediagoblin/_version.py

index f4d194e6a6599976844a1a7fa5b18afb870b07fc..829679b1382757c9606f1d41b2c84dd1b462cada 100644 (file)
@@ -48,9 +48,9 @@ copyright = u'2011, Free Software Foundation, Inc and contributors'
 # built documents.
 #
 # The short X.Y version.
-version = '0.1.0'
+version = '0.2.0'
 # The full version, including alpha/beta/rc tags.
-release = '0.1.0'
+release = '0.2.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
index d6c6e20d8006b026c24852b4858e231e5941e9d0..7a41cf7ce966a2cc4638f7a5c7deed4dfb4b655b 100644 (file)
@@ -14,4 +14,4 @@
 # You should have received a copy of the GNU Affero General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-__version__ = "0.1.0"
+__version__ = "0.2.0"