Skip to content

Commit

Permalink
Prepare plone.app.form 2.0a2.
Browse files Browse the repository at this point in the history
svn path=/plone.app.form/trunk/; revision=32242
  • Loading branch information
hannosch committed Dec 2, 2009
1 parent 1902b7b commit 735b8b1
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
@@ -1,7 +1,7 @@
Changelog Changelog
========= =========


2.0b1 - Unreleased 2.0a2 - 2009-12-02
------------------ ------------------


- Updated the LanguageDropdownChoiceWidget to present its options sorted by - Updated the LanguageDropdownChoiceWidget to present its options sorted by
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages from setuptools import setup, find_packages


version = '2.0b1' version = '2.0a2'


setup(name='plone.app.form', setup(name='plone.app.form',
version=version, version=version,
Expand Down

0 comments on commit 735b8b1

Please sign in to comment.