summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt4
-rw-r--r--COPYRIGHT.txt2
-rw-r--r--setup.py2
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