From 94c6f724de008c651acb7d323af5a494bde03624 Mon Sep 17 00:00:00 2001 From: jpic Date: Fri, 30 Nov 2012 12:02:22 +0100 Subject: [PATCH] Added templates, version bump 0.0.2 --- CHANGELOG | 1 + MANIFEST.in | 2 ++ docs/source/conf.py | 4 ++-- setup.py | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG create mode 100644 MANIFEST.in diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..6ff744f --- /dev/null +++ b/CHANGELOG @@ -0,0 +1 @@ +0.0.3 Fixed MANIFEST.in to include templates diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..a9f34f6 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,2 @@ +include *.rst *.txt README LICENSE AUTHORS CHANGELOG +recursive-include rules_light *.html *.css *.js *.py *.po *.mo diff --git a/docs/source/conf.py b/docs/source/conf.py index b0fbbc9..605bc00 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -54,9 +54,9 @@ # built documents. # # The short X.Y version. -version = '0.0.1' +version = '0.0.2' # The full version, including alpha/beta/rc tags. -release = '0.0.1' +release = '0.0.2' # 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 12b9e6b..2b8024d 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def run(self): setup( name='django-rules-light', - version='0.0.1', + version='0.0.2', description='Rule registry for django', author='James Pic', author_email='jamespic@gmail.com',