Chris McDonough
2010-12-15 ec88337c99e84ba17a45a1f6695f6174da4a9172
prep for 1.0a5
3 files modified
12 ■■■■■ changed files
CHANGES.txt 8 ●●●● 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.0a5 (2010-12-14)
==================
Features
--------
@@ -69,6 +69,10 @@
Documentation
-------------
- Merged many wording, readability, and correctness changes to narrative
  documentation chapters from https://github.com/caseman/pyramid (up to and
  including "Models" narrative chapter).
- "Sample Applications" section of docs changed to note existence of Cluegun,
  Shootout and Virginia sample applications, ported from their repoze.bfg
  origin packages.
docs/conf.py
@@ -76,7 +76,7 @@
# other places throughout the built documents.
#
# The short X.Y version.
version = '1.0a4'
version = '1.0a5'
# The full version, including alpha/beta/rc tags.
release = version
setup.py
@@ -12,7 +12,7 @@
#
##############################################################################
__version__ = '0.0'
__version__ = '1.0a5'
import os
import platform