From fcc3d18e1986afdeab8db25d23db1c3e240b90d3 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 5 Nov 2010 04:01:19 -0400 Subject: prep for 1.0a1 release --- CHANGES.txt | 10 +++++----- docs/conf.py | 2 +- 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 diff --git a/setup.py b/setup.py index f9dae7298..96bef4c54 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ # ############################################################################## -__version__ = '0.0' +__version__ = '1.0a1' import os import platform -- cgit v1.2.3