diff --git a/CHANGELOG.md b/CHANGELOG.md index afeccef..add0901 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ### 0.1.1 - +(November 28th, 2015) ##### Fixes diff --git a/docs/conf.py b/docs/conf.py index d4a153d..fa30270 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,7 +58,7 @@ # The short X.Y version. version = '0.1' # The full version, including alpha/beta/rc tags. -release = '0.1' +release = '0.1.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/flask_orator/version.py b/flask_orator/version.py index e3a714f..c16d885 100644 --- a/flask_orator/version.py +++ b/flask_orator/version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -VERSION = '0.1' +VERSION = '0.1.1'