projects
/
django-tables2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b26c1fc
)
upped version to 0.4.0 alpha 1
author
Bradley Ayers
<bradley.ayers@gmail.com>
Thu, 24 Feb 2011 17:01:36 +0000
(
03:01
+1000)
committer
Bradley Ayers
<bradley.ayers@gmail.com>
Thu, 24 Feb 2011 17:01:36 +0000
(
03:01
+1000)
django_tables/__init__.py
patch
|
blob
|
history
diff --git
a/django_tables/__init__.py
b/django_tables/__init__.py
index 0624020c199df35d15f5458f13c2095a80404376..38774d17960fcefcb591a5b8656783c7f25c9902 100644
(file)
--- a/
django_tables/__init__.py
+++ b/
django_tables/__init__.py
@@
-1,6
+1,6
@@
# -*- coding: utf8 -*-
# (major, minor, bugfix, "pre-alpha" | "alpha" | "beta" | "final", release | 0)
-VERSION = (0,
2
, 0, 'alpha', 1)
+VERSION = (0,
4
, 0, 'alpha', 1)
def get_version():