Skip to content

Commit 9554ff2

Browse files
spapasjpic
authored andcommitted
Prepare 0.3.0 release
1 parent f4ff21b commit 9554ff2

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
0.3.0 Django 2.x support
2+
13
0.1.3 Django 1.8 support by Serafeim Papastefanos @spapas.
24

35
0.1.2 Added Brazilian Portuguese Translation.

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
# built documents.
5555
#
5656
# The short X.Y version.
57-
version = '0.1'
57+
version = '0.3'
5858
# The full version, including alpha/beta/rc tags.
59-
release = '0.1.3'
59+
release = '0.3.0'
6060

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def run(self):
3838

3939
setup(
4040
name='django-rules-light',
41-
version='0.1.3',
41+
version='0.3.0',
4242
description='Rule registry for django',
4343
author='James Pic',
4444
author_email='[email protected]',

0 commit comments

Comments
 (0)