Skip to content

Commit

Permalink
Merge branch 'release/1.2.0'
Browse files Browse the repository at this point in the history
* release/1.2.0:
  Bump version.
  • Loading branch information
disko committed Sep 27, 2015
2 parents db288f4 + 0b2be3f commit 79151a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change History
==============

1.2.0 - unreleased
1.2.0 - 2015-09-27
------------------

- **Greatly** reduce the number of queries that are sent to the DB:
Expand Down
2 changes: 1 addition & 1 deletion kotti/scaffolds/package/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-r https://raw.githubusercontent.com/Kotti/Kotti/1.1.5/requirements.txt
-r https://raw.githubusercontent.com/Kotti/Kotti/stable/requirements.txt
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Kotti==1.1.5
Kotti==1.2.0
Babel==2.1.1
Beaker==1.7.0
Chameleon==2.22
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
install_requires.append('ordereddict')

setup(name='Kotti',
version='1.1.6-dev',
version='1.2.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 79151a8

Please sign in to comment.