Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
disko committed Feb 20, 2015
1 parent ddb395a commit b9f3f95
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change History
==============

1.0.0 - 2015-01-20
------------------

- No changes.

1.0.0-alpha.4 - 2015-01-29
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion kotti/scaffolds/package/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Kotti==1.0.0-alpha.4
Kotti==1.0.0
Babel==1.3
Beaker==1.6.4
Chameleon==2.20
Expand Down
2 changes: 1 addition & 1 deletion kotti/scaffolds/package/setup.cfg_tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ addopts =
python_files = test*py
markers =
user: mark test to be run as the given user
pep8ignore = E501 E122 E123 E125 E128 E711
pep8ignore = E501 E122 E123 E125 E128 E711 E402
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Kotti==1.0.0-alpha.4
Kotti==1.0.0
Babel==1.3
Beaker==1.6.4
Chameleon==2.20
Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@
'alembic',
'colander>=0.9.3',
'deform>=2.0a1', # >=2.0a1 to support Bootstrap 2
# 'deform_bootstrap>=0.1', # checked_input widget
'docopt',
'formencode',
'html2text',
'js.angular',
'js.bootstrap>=2.1.5',
'js.deform>=2.0a2-2',
# 'js.deform_bootstrap>=0.2.4-1',
'js.fineuploader',
'js.html5shiv',
'js.jquery',
Expand Down Expand Up @@ -86,7 +84,7 @@
install_requires.append('ordereddict')

setup(name='Kotti',
version='1.0.0-alpha.4',
version='1.0.0',
description="A high-level, Pythonic web application framework based on Pyramid and SQLAlchemy. It includes an extensible Content Management System called the Kotti CMS.", # noqa
long_description='\n\n'.join([README, AUTHORS, CHANGES]),
classifiers=[
Expand Down

0 comments on commit b9f3f95

Please sign in to comment.