From 8c53970a8bf40ed0c1915cc1c83d439bf82fd059 Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Sat, 14 Apr 2018 17:09:02 -0300 Subject: [PATCH] Release as 0.7.0 --- docs/conf.py | 4 ++-- setup.py | 2 +- wafer/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index d362c254..83f7702d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ # built documents. # # The short X.Y version. -version = '0.6' +version = '0.7' # The full version, including alpha/beta/rc tags. -release = '0.6.1a' +release = '0.7.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 449170bd..9f67c902 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ setup( name="wafer", - version="0.6.1a", + version="0.7.0", url='http://github.com/CTPUG/wafer', license='ISC', description="A wafer-thin Django library for running small conferences.", diff --git a/wafer/__init__.py b/wafer/__init__.py index 37d4efa6..ee581522 100644 --- a/wafer/__init__.py +++ b/wafer/__init__.py @@ -1,3 +1,3 @@ """Wafer, a light-weight conference management library for Django.""" -__version__ = "0.6.1a" +__version__ = "0.7.0"