Skip to content

Commit

Permalink
Preparing release 0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
esteele committed Jan 28, 2014
1 parent 4fc236e commit d5c9afd
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 Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

0.7.6 (unreleased)
0.7.6 (2014-01-27)
------------------

- Translate fieldset labels correctly.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

version = '0.7.6.dev0'
version = '0.7.6'

long_description = (
read('README.rst')
Expand Down

1 comment on commit d5c9afd

@mister-roboto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TESTS FAILED
Mr.roboto url : http://jenkins.plone.org/roboto/get_info?push=2cc28a0410f94639b556a44ff721f329
kgs-plone.app.z3cform-plone-4.3-python-2.6 kgs [FAILURE]
kgs-plone.app.z3cform-plone-4.3-python-2.7 kgs [FAILURE]
kgs-plone.app.z3cform-plone-5.0-python-2.7 kgs [FAILURE]

Please sign in to comment.