diff options
| author | Chris McDonough <chrism@plope.com> | 2011-09-04 01:40:44 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-09-04 01:40:44 -0400 |
| commit | 7961af6994ec744298debc5c4b62bce9b2d395ba (patch) | |
| tree | 438b792a25ba03cc77f525aaa2b6cde7f8049766 | |
| parent | f00c0f7fddf98efacd1e498e13d1d4fd31674875 (diff) | |
| download | pyramid-7961af6994ec744298debc5c4b62bce9b2d395ba.tar.gz pyramid-7961af6994ec744298debc5c4b62bce9b2d395ba.tar.bz2 pyramid-7961af6994ec744298debc5c4b62bce9b2d395ba.zip | |
prep for 1.2a5
| -rw-r--r-- | CHANGES.txt | 4 | ||||
| -rw-r--r-- | README.rst | 3 | ||||
| -rw-r--r-- | docs/conf.py | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
4 files changed, 5 insertions, 6 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index b06a972ef..443f9ca4c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -Next release -============ +1.2a5 (2011-09-04) +================== Bug Fixes --------- diff --git a/README.rst b/README.rst index 895c5bb07..4d427a13d 100644 --- a/README.rst +++ b/README.rst @@ -5,8 +5,7 @@ Pyramid is a small, fast, down-to-earth, open source Python web application development framework. It makes real-world web application development and deployment more fun, more predictable, and more productive. -Pyramid is the newest web framework produced by the `Pylons Project -<http://pylonsproject.org/>`_. +Pyramid is produced by the `Pylons Project <http://pylonsproject.org/>`_. Support and Documentation ------------------------- diff --git a/docs/conf.py b/docs/conf.py index e350ca21f..735159aa4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -93,7 +93,7 @@ copyright = '%s, Agendaless Consulting' % datetime.datetime.now().year # other places throughout the built documents. # # The short X.Y version. -version = '1.2a4' +version = '1.2a5' # The full version, including alpha/beta/rc tags. release = version @@ -52,7 +52,7 @@ if sys.version_info[:2] < (2, 6): install_requires.append('simplejson') setup(name='pyramid', - version='1.2a4', + version='1.2a5', description=('The Pyramid web application development framework, a ' 'Pylons project'), long_description=README + '\n\n' + CHANGES, |
