Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
disko committed Nov 26, 2015
1 parent 15884ee commit ae6436f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
@@ -1,6 +1,11 @@
Change History
==============

1.2.4 - 2015-11-26
------------------

- Fix broken packaging of 1.2.3. Sorry for the inconvenience!

1.2.3 - 2015-11-26
------------------

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,4 +1,4 @@
Kotti==1.2.3
Kotti==1.2.4
Babel==2.1.1
Beaker==1.7.0
Chameleon==2.24
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -87,7 +87,7 @@
install_requires.append('ordereddict')

setup(name='Kotti',
version='1.2.3',
version='1.2.4',
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 ae6436f

Please sign in to comment.