From 13c18bbb7c321931462f39f0646e3c6c930b1bd8 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 4 Jan 2010 13:45:20 +0000 Subject: Prep for 1.2a10. --- CHANGES.txt | 4 ++-- COPYRIGHT.txt | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index ac57c57d9..20d8ec6f0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -Next release -============ +1.2a10 (2010-01-04) +=================== Features -------- diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt index 6b0623efb..1efd8077d 100644 --- a/COPYRIGHT.txt +++ b/COPYRIGHT.txt @@ -1,4 +1,4 @@ -Copyright (c) 2008-2009 Agendaless Consulting and Contributors. +Copyright (c) 2008-2010 Agendaless Consulting and Contributors. (http://www.agendaless.com), All Rights Reserved Portions (c) Django Project (http://djangoproject.com). diff --git a/setup.py b/setup.py index 3201c54c2..eb73eb8ea 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ # ############################################################################## -__version__ = '1.2a9' +__version__ = '1.2a10' import os import sys -- cgit v1.2.3