From 96ab9f26990423f67045e5639a29579a1a76a71e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 18 Dec 2012 03:00:29 -0500 Subject: prep for 1.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 9deded88a..66c6aa5fa 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ testing_extras = tests_require + [ ] setup(name='pyramid', - version='1.4b3', + version='1.4', description=('The Pyramid web application development framework, a ' 'Pylons project'), long_description=README + '\n\n' + CHANGES, -- cgit v1.2.3