Chris McDonough
2012-05-20 815beb9531b2f56801373af53b9f7a322f48e3d9
prep for 1.3.2
3 files modified
15 ■■■■ changed files
CHANGES.txt 11 ●●●●● 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,3 +1,14 @@
1.3.2 (2012-05-19)
==================
- Version 1.3.1 was a brownbag release, at very least on Windows and possibly
  on other operating systems, due to the existence of a stray ``"package``
  directory (quote included) in the root directory of the 1.3.1 tarball.
  This directory and its contents was present because the tarball was created
  using a release version of ``setuptools-git`` rather than a
  ``setuptools-git`` installed from a checkout.  The only change in this
  release is to correct the packaging error in 1.3.1.
1.3.1 (2012-05-19)
==================
docs/conf.py
@@ -80,7 +80,7 @@
# other places throughout the built documents.
#
# The short X.Y version.
version = '1.3.1'
version = '1.3.2'
# The full version, including alpha/beta/rc tags.
release = version
setup.py
@@ -64,7 +64,7 @@
testing_extras = tests_require + ['nose', 'coverage']
setup(name='pyramid',
      version='1.3.1',
      version='1.3.2',
      description=('The Pyramid web application development framework, a '
                   'Pylons project'),
      long_description=README + '\n\n' +  CHANGES,