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",