Skip to content

Commit

Permalink
Preparing release 2.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Widerin committed Apr 27, 2015
1 parent 86783b4 commit e079bf2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Change history
==============

2.0 (unreleased)
----------------
2.0a1 (2015-04-27)
------------------

- Added multiprocessing. This will dramatically increase speed on large
packages when using pre-commit hooks.
Expand Down
16 changes: 11 additions & 5 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
include *.rst

recursive-include plone *
recursive-include docs *

global-exclude *.pyc
global-exclude .DS_Store
graft docs
graft plone
include *.rst
include .coveragerc
include .csslintrc
include .jscs.json
include bootstrap-buildout.py
include buildout.cfg
include extras.cfg
include travis.cfg
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

version = '2.0.dev0'
version = '2.0a1'

long_description = '\n\n'.join([
read('README.rst'),
Expand Down

0 comments on commit e079bf2

Please sign in to comment.