Skip to content

Commit

Permalink
Preparing release 2.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
hvelarde committed Feb 7, 2014
1 parent 4350cfc commit 827f559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
@@ -1,7 +1,7 @@
Changelog
-----------

2.0b1 (unreleased)
2.0b1 (2014-02-07)
^^^^^^^^^^^^^^^^^^^^

- Use View permission on viewlets to avoid security failures into viewlet
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_packages
from setuptools import setup

version = '2.0a3.dev0'
version = '2.0b1'
long_description = (
open('README.rst').read() + '\n' +
open('CONTRIBUTORS.rst').read() + '\n' +
Expand Down

0 comments on commit 827f559

Please sign in to comment.