From decdd80eaa3c75252c2ae28cad7221b17cb7f72f Mon Sep 17 00:00:00 2001 From: JC Brand Date: Fri, 15 Mar 2013 08:10:01 +0200 Subject: [PATCH] Preparing release 0.1 --- docs/HISTORY.txt | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index 96811da..a9667cb 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -2,8 +2,8 @@ Changelog ========= -0.1 (unreleased) ------------------- +0.1 (2013-03-15) +---------------- - Released. [jcbrand] diff --git a/setup.py b/setup.py index c834ff5..c1db2e4 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -version = '0.1b9.dev0' +version = '0.1' setup(name='collective.xmpp.core', version=version,