aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Kahn-Greene <willg@bluesock.org>2011-12-12 11:52:24 -0500
committerWill Kahn-Greene <willg@bluesock.org>2011-12-12 11:52:24 -0500
commit6ae878e730e006ab674f12c581af8447a0994a9f (patch)
treece6de552f79e887efe7f108c4c6ec2bbda1251cf
parent449f58e446ff50f9c84a99a123bd0225a4907f52 (diff)
downloadmediagoblin-6ae878e730e006ab674f12c581af8447a0994a9f.tar.lz
mediagoblin-6ae878e730e006ab674f12c581af8447a0994a9f.tar.xz
mediagoblin-6ae878e730e006ab674f12c581af8447a0994a9f.zip
Changer version to -dev
-rw-r--r--docs/source/conf.py4
-rw-r--r--mediagoblin/_version.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 829679b1..dce254a1 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -48,9 +48,9 @@ copyright = u'2011, Free Software Foundation, Inc and contributors'
# built documents.
#
# The short X.Y version.
-version = '0.2.0'
+version = '0.3.0'
# The full version, including alpha/beta/rc tags.
-release = '0.2.0'
+release = '0.3.0-dev'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/mediagoblin/_version.py b/mediagoblin/_version.py
index 7a41cf7c..5e3f4e5a 100644
--- a/mediagoblin/_version.py
+++ b/mediagoblin/_version.py
@@ -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.2.0"
+__version__ = "0.3.0-dev"