diff --git a/docs/conf.py b/docs/conf.py index 19dc3bcc..59463c0f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ # built documents. # # The short X.Y version. -version = '0.1.8' +version = '0.1.9' # The full version, including alpha/beta/rc tags. -release = '0.1.8' +release = '0.1.9' # 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 f4d08d73..057f5338 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="django-braces", - version="0.1.8", + version="0.1.9", 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",