Skip to content

Commit

Permalink
Release Djblets 0.6.19.
Browse files Browse the repository at this point in the history
  • Loading branch information
chipx86 committed Jun 12, 2012
1 parent bccb1ec commit f49584c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ Lead Developers:

* Christian Hammond
* David Trowbridge
* Micah Dowty


Contributors:
Expand All @@ -15,6 +14,7 @@ Contributors:
* Hussain Bohra
* Jim Chen
* Lee Loucks
* Micah Dowty
* Onkar Shinde
* Paolo Borelli
* Simon Wu
Expand Down
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
version 0.6.19 final (11-June-2012):
* JavaScript:
* inlineEditor no longer bubbles keypress events up. This helps prevent
problems with global key handlers being greedy.


version 0.6.18 final (5-June-2012):
* djblets.siteconfig:
* Settings form rows in the template now have IDs indicating the row
Expand Down
2 changes: 1 addition & 1 deletion djblets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#
# (Major, Minor, Micro, alpha/beta/rc/final, Release Number, Released)
#
VERSION = (0, 6, 19, 'alpha', 0, False)
VERSION = (0, 6, 19, 'final', 0, True)


def get_version_string():
Expand Down

0 comments on commit f49584c

Please sign in to comment.