Chris McDonough
2013-04-23 17d80bbd0772f580af2f4a627e6038d7de9d5110
prep for 1.4.1
3 files modified
6 ■■■■ changed files
CHANGES.txt 2 ●●● 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,4 +1,4 @@
1.4.1 (unreleased)
1.4.1 (2013-04-23)
==================
Bug Fixes
docs/conf.py
@@ -82,7 +82,7 @@
# other places throughout the built documents.
#
# The short X.Y version.
version = '1.4'
version = '1.4.1'
# The full version, including alpha/beta/rc tags.
release = version
setup.py
@@ -68,7 +68,7 @@
    ]
setup(name='pyramid',
      version='1.4',
      version='1.4.1',
      description=('The Pyramid web application development framework, a '
                   'Pylons project'),
      long_description=README + '\n\n' +  CHANGES,