diff --git a/ChangeLog b/ChangeLog index bf977437d136da49b656238e0efaf526edc671a7_Q2hhbmdlTG9n..6b87eea8e480fc1ab0eceab8abdf236ab6cddbb7_Q2hhbmdlTG9n 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ ChangeLog for RQL ================= - - -- + +2008-02-27 -- 0.17.0 * use bool values for Boolean constants, None for NULL constant * allow one char relation names * allow multiple capitalized characters in entity types diff --git a/__pkginfo__.py b/__pkginfo__.py index bf977437d136da49b656238e0efaf526edc671a7_X19wa2dpbmZvX18ucHk=..6b87eea8e480fc1ab0eceab8abdf236ab6cddbb7_X19wa2dpbmZvX18ucHk= 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -6,7 +6,7 @@ """ modname = "rql" -numversion = (0, 16, 0) +numversion = (0, 17, 0) version = '.'.join([str(num) for num in numversion]) license = 'LCL' diff --git a/debian/changelog b/debian/changelog index bf977437d136da49b656238e0efaf526edc671a7_ZGViaWFuL2NoYW5nZWxvZw==..6b87eea8e480fc1ab0eceab8abdf236ab6cddbb7_ZGViaWFuL2NoYW5nZWxvZw== 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -rql (0.16.0-1) unstable; urgency=low +rql (0.17.0-1) unstable; urgency=low * new upstream release