diff options
| author | Chris McDonough <chrism@plope.com> | 2010-11-05 04:01:19 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-11-05 04:01:19 -0400 |
| commit | fcc3d18e1986afdeab8db25d23db1c3e240b90d3 (patch) | |
| tree | 1a9607d5ebaa5848ba5478843d7f706e1e86592c | |
| parent | a3a27a35f649ed4dc25724e67e4896b56caed130 (diff) | |
| download | pyramid-fcc3d18e1986afdeab8db25d23db1c3e240b90d3.tar.gz pyramid-fcc3d18e1986afdeab8db25d23db1c3e240b90d3.tar.bz2 pyramid-fcc3d18e1986afdeab8db25d23db1c3e240b90d3.zip | |
prep for 1.0a1 release
| -rw-r--r-- | CHANGES.txt | 10 | ||||
| -rw-r--r-- | docs/conf.py | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index b4a1d3a24..2c3942ff9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,7 +1,7 @@ -Next release -============ +1.0a1 (2010-11-05) +================== -Features (delta from BFG 1.3.X) +Features (delta from BFG 1.3) ------------------------------- - Mako templating renderer supports resource specification format for @@ -98,8 +98,8 @@ Documentation (delta from BFG 1.3) - The SQL Wiki tutorial was updated to take into account changes to the ``pyramid_routesalchemy`` paster template. -Backwards Incompatibilities (with BFG 1.3.X) --------------------------------------------- +Backwards Incompatibilities (with BFG 1.3) +------------------------------------------ - There is no longer an ``IDebugLogger`` registered as a named utility with the name ``repoze.bfg.debug``. diff --git a/docs/conf.py b/docs/conf.py index f78f09dcc..569855aa5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,7 +62,7 @@ copyright = '%s, Agendaless Consulting' % datetime.datetime.now().year # other places throughout the built documents. # # The short X.Y version. -version = '0.0' +version = '1.0a1' # The full version, including alpha/beta/rc tags. release = version @@ -12,7 +12,7 @@ # ############################################################################## -__version__ = '0.0' +__version__ = '1.0a1' import os import platform |
