Skip to content

Commit

Permalink
Preparing release 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjb committed Dec 10, 2012
1 parent 458c20e commit 14a3217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Changelog
********* *********




2.1 (unreleased) 2.1 (2012-12-10)
================ ================


- Add minified versions of library and extensions and details how to produce - Add minified versions of library and extensions and details how to produce
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# For example, a packaging bugfix release version 1.4.4 of the # For example, a packaging bugfix release version 1.4.4 of the
# js.jquery package would be version 1.4.4-1 . # js.jquery package would be version 1.4.4-1 .


version = '2.1.dev0' version = '2.1'


def read(*rnames): def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read() return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
Expand Down

0 comments on commit 14a3217

Please sign in to comment.