Skip to content

Commit

Permalink
Prepare 1.1a1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Nov 22, 2013
1 parent d5f742a commit d3b535f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

1.1 (unreleased)
----------------
1.1a1 (2013-11-22)
------------------

- Collection: get ``querybuilderresults`` view instead of using the
``QueryBuilder`` class directly.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '1.1.dev0'
version = '1.1a1'

long_description = open("README.rst").read() + "\n" + \
open("CHANGES.rst").read()
Expand Down

1 comment on commit d3b535f

@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=d1a03340ec3f473c9bbe50a370966ddd
[SUCCESS] kgs-plone.app.contenttypes-plone-5.0-python-2.7 kgs
[FAILURE] kgs-plone.app.contenttypes-plone-4.3-python-2.6 kgs
[FAILURE] kgs-plone.app.contenttypes-plone-4.3-python-2.7 kgs

Please sign in to comment.