Skip to content

Commit

Permalink
Added templates, version bump 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpic committed Nov 30, 2012
1 parent 4701b7c commit 94c6f72
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
@@ -0,0 +1 @@
0.0.3 Fixed MANIFEST.in to include templates
2 changes: 2 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,2 @@
include *.rst *.txt README LICENSE AUTHORS CHANGELOG
recursive-include rules_light *.html *.css *.js *.py *.po *.mo
4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit 94c6f72

Please sign in to comment.