diff --git a/docs/conf.py b/docs/conf.py index 006094d..7e68217 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ # built documents. # # The short X.Y version. -version = '0.6.1' +version = '0.7.5' # The full version, including alpha/beta/rc tags. -release = '0.6.1' +release = '0.7.5' # 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 5392d0a..c0b1ec8 100644 --- a/setup.py +++ b/setup.py @@ -85,7 +85,7 @@ def run(self): setup( name='django-bakery', - version='0.7.4', + version='0.7.5', description='A set of helpers for baking your Django site out as flat files', author='The Los Angeles Times Data Desk', author_email='datadesk@latimes.com',