Skip to content

Commit

Permalink
v1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gil-cano committed Jun 22, 2017
1 parent 805cd6a commit 28813c1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Changelog
=========


1.0a1 (unreleased)
------------------
1.0 (2017-06-21)
----------------

- Initial release.
[adriana-rv]
[adriana-rv, gil-cano]
2 changes: 1 addition & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ http-address = 8080
eggs =
Plone
Pillow
cmo.events [test]
cmo.events [test, mysql]
plone.reload
Products.PDBDebugMode
Products.PrintingMailHost
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='cmo.events',
version='1.0b1',
version='1.0',
description="An add-on for Plone",
long_description=long_description,
# Get more from https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
2 changes: 1 addition & 1 deletion src/cmo/events/browser/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def update_workshops(self, year, json_data):
workshopview = getMultiAdapter((workshop, self.request), name='update-participants')
workshopview.handle_update_participants_db(workshopview, '')

# @button.buttonAndHandler(_(u'Update Workshops from DB'))
@button.buttonAndHandler(_(u'Update Workshops from DB'))
def handle_update_workshops_db(self, action):
"""Update workshops list from CIMAT db
"""
Expand Down

0 comments on commit 28813c1

Please sign in to comment.