From 2f7e642e38e03adc1698c9f1cadf60ea92088281 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 22 Jan 2012 11:22:15 -0500 Subject: [PATCH] prep for 0.6 --- 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 eba0c56..dcba56f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -Next release ------------- +0.6 (2012-01-22) +---------------- - Use ',' as an email header field separator rather than ';' when multiple values are in the same header (as per RFC822). diff --git a/docs/conf.py b/docs/conf.py index b3acff8..4d583e9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -76,7 +76,7 @@ def nothing(*arg): # other places throughout the built documents. # # The short X.Y version. -version = '0.5' +version = '0.6' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.py b/setup.py index fd6c282..462176b 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup( name='pyramid_mailer', - version='0.5.1', + version='0.6', license='BSD', author='Dan Jacob', author_email='danjac354@gmail.com',