From 8067c113e701b559ff516a52e482f1b26fced955 Mon Sep 17 00:00:00 2001 From: Kenneth Love Date: Sun, 28 Jul 2013 10:19:07 -0700 Subject: [PATCH] version bump --- docs/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c1077176..99ecc09a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ # built documents. # # The short X.Y version. -version = '1.2.0' +version = '1.2.1' # The full version, including alpha/beta/rc tags. -release = '1.2.0' +release = '1.2.1' # 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 ba7313cc..5fc678ed 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="django-braces", - version="1.2.0", + version="1.2.1", description="Reusable, generic mixins for Django", long_description="Mixins to add easy functionality to Django class-based views, forms, and models.", keywords="django, views, forms, mixins",