Skip to content

Commit

Permalink
Preparing release 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tdesvenain committed Dec 2, 2013
1 parent 1207898 commit 3f5445a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

1.6.2 (unreleased)
1.6.2 (2013-12-02)
------------------

- Add missing semicolon at the end of helpers.js.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
def read(*paths):
return open(os.path.join(os.path.dirname(__file__), *paths)).read()

version = '1.6.2.dev0'
version = '1.6.2'

setup(name='collective.quickupload',
version=version,
Expand Down

0 comments on commit 3f5445a

Please sign in to comment.