From bfc0f1c7544dbf9b16bc653e9e09114166316e32 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 1 Sep 2013 15:45:48 -0400 Subject: [PATCH] prep for 1.0b1 --- CHANGES.txt | 4 ++-- docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 12186ef..9debc6b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -Unreleased ----------- +1.0b1 (2013-09-01) +------------------ Bug Fixes ~~~~~~~~~ diff --git a/docs/conf.py b/docs/conf.py index 9110780..d53d0a1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -38,7 +38,7 @@ copyright = '2012, Agendaless Consulting ' # other places throughout the built documents. # # The short X.Y version. -version = '1.0a5' +version = '1.0b1' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.py b/setup.py index e01caee..e06565a 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ testing_extras = ['nose', 'coverage'] docs_extras = ['Sphinx'] setup(name='colander', - version='1.0a5', + version='1.0b1', description=('A simple schema-based serialization and deserialization ' 'library'), long_description=README + '\n\n' + CHANGES,