Skip to content

Commit

Permalink
Prepare 1.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
wichert committed Jul 14, 2014
1 parent 5c0304a commit 142706f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
Changelog
=========

1.1 - Unreleased
1.1 - July 14, 2014
-------------------

- Add missing schema to Pyramid-URL. This broke ReST rendering on the PyPI page.
- Add missing schema to the Pyramid-URL in the package description. This broke
ReST rendering on the PyPI page.

- Add a new ``enable_sql_two_phase_commit()`` configuration directive enable
- Add a new ``enable_sql_two_phase_commit()`` configuration directive to enable
two-phase commit.

- Enable foreign key constraint checking for SQLite in DatabaseTestCase.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup
from setuptools import find_packages

version = '1.1dev'
version = '1.1'

requires = [
'pyramid',
Expand Down

0 comments on commit 142706f

Please sign in to comment.