Skip to content

Commit

Permalink
Increment version to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Antukh committed Nov 7, 2013
1 parent 14e71b6 commit 11a84fc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

Version 0.6.0
-------------

- Fix django 1.6 compatibilities.


Version 0.5.0
-------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name = "djorm-ext-expressions",
version = '0.5',
version = '0.6',
url = 'https://github.com/niwibe/djorm-ext-expressions',
license = 'BSD',
platforms = ['OS Independent'],
Expand Down
2 changes: 2 additions & 0 deletions testing/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@
'djorm_expressions',
'djorm_expressions.tests',
)

TEST_RUNNER = 'django.test.simple.DjangoTestSuiteRunner'

0 comments on commit 11a84fc

Please sign in to comment.