diff options
| -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 |
