Chris McDonough
2013-08-27 e20c7c7997aa3794c59be59eec9cf935a626924e
prep for 1.4.4
3 files modified
8 ■■■■ changed files
CHANGES.txt 4 ●●●● patch | view | raw | blame | history
docs/conf.py 2 ●●● patch | view | raw | blame | history
setup.py 2 ●●● patch | view | raw | blame | history
CHANGES.txt
@@ -1,5 +1,5 @@
Next release
============
1.4.4 (2013-08-27)
==================
Bug Fixes
---------
docs/conf.py
@@ -82,7 +82,7 @@
# other places throughout the built documents.
#
# The short X.Y version.
version = '1.4.3'
version = '1.4.4'
# The full version, including alpha/beta/rc tags.
release = version
setup.py
@@ -68,7 +68,7 @@
    ]
setup(name='pyramid',
      version='1.4.3',
      version='1.4.4',
      description=('The Pyramid web application development framework, a '
                   'Pylons project'),
      long_description=README + '\n\n' +  CHANGES,