Skip to content

Commit

Permalink
prep for 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Aug 30, 2013
1 parent 6aabdd5 commit 9c2424a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Next release
============
1.4.5 (201-08-30)
=================

Bug Fixes
---------
Expand Down Expand Up @@ -47,8 +47,8 @@ Bug Fixes

- ``pyramid.testing.DummyResource`` didn't define ``__bool__``, so code under
Python 3 would use ``__len__`` to find truthiness; this usually caused an
instance of DummyResource to be "falsy" instead of "truthy". See
https://github.com/Pylons/pyramid/pull/1032
instance of DummyResource to be "falsy" instead of "truthy". See
https://github.com/Pylons/pyramid/pull/1032

1.4.2 (2013-05-21)
==================
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def nothing(*arg):
# other places throughout the built documents.
#
# The short X.Y version.
version = '1.4.4'
version = '1.4.5'

# The full version, including alpha/beta/rc tags.
release = version
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
]

setup(name='pyramid',
version='1.4.4',
version='1.4.5',
description=('The Pyramid web application development framework, a '
'Pylons project'),
long_description=README + '\n\n' + CHANGES,
Expand Down

0 comments on commit 9c2424a

Please sign in to comment.