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
Expand Up @@ -2,7 +2,6 @@ Lead Developers:


* Christian Hammond * Christian Hammond
* David Trowbridge * David Trowbridge
* Micah Dowty




Contributors: Contributors:
Expand All @@ -15,6 +14,7 @@ Contributors:
* Hussain Bohra * Hussain Bohra
* Jim Chen * Jim Chen
* Lee Loucks * Lee Loucks
* Micah Dowty
* Onkar Shinde * Onkar Shinde
* Paolo Borelli * Paolo Borelli
* Simon Wu * Simon Wu
Expand Down
6 changes: 6 additions & 0 deletions NEWS
@@ -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): version 0.6.18 final (5-June-2012):
* djblets.siteconfig: * djblets.siteconfig:
* Settings form rows in the template now have IDs indicating the row * Settings form rows in the template now have IDs indicating the row
Expand Down
2 changes: 1 addition & 1 deletion djblets/__init__.py
Expand Up @@ -31,7 +31,7 @@
# #
# (Major, Minor, Micro, alpha/beta/rc/final, Release Number, Released) # (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(): def get_version_string():
Expand Down

0 comments on commit f49584c

Please sign in to comment.