From d407f46d05bc9b7775c946f02a661c0eb4908994 Mon Sep 17 00:00:00 2001 From: yomguy Date: Mon, 31 Oct 2011 14:31:22 +0100 Subject: [PATCH] fix infos --- CHANGELOG | 6 ++++++ README.rst | 10 ++++++---- telemeta/__init__.py | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3e8763a1..232d1c16 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +telemeta (1.2) unstable; urgency=low + + * fix the whole setup + +-- Guillaume Pellerin Mon, 31 Oct 2011 13:46:22 +0200 + telemeta (1.1-1) unstable; urgency=low * fix OAI repository names, coverages and headers in according with TGE Adonis specs diff --git a/README.rst b/README.rst index 13f6d802..e9f0e906 100644 --- a/README.rst +++ b/README.rst @@ -4,7 +4,6 @@ README Telemeta: a web Audio Content Management System - Introduction ============ @@ -29,8 +28,10 @@ existing model has been designed to fit the one of the French Centre of Etnomusi but could be easily adapted/overrided to sue other data structures. -Installation and usage -====================== +Installation, upgrade and usage +================================ + +**WARNING** : sorry the setup process of 1.1 was just wrong, please upgrade to 1.2 ! See `INSTALL.rst `_ and `telemeta.org `_ for more informations. @@ -53,13 +54,14 @@ To get the lastest development version, you need subversion and run:: Licence ======= + CeCILL v2 (see LICENSE) Bugs and feedback ================= -You are welcome to freely use this application in accordance to its licence. +You are welcome to freely use this application in accordance with its licence. If you find some bugs, PLEASE leave a ticket on this page: http://telemeta.org/newticket diff --git a/telemeta/__init__.py b/telemeta/__init__.py index e0e1e31f..92a1e658 100644 --- a/telemeta/__init__.py +++ b/telemeta/__init__.py @@ -12,7 +12,7 @@ U{http://telemeta.org} """ __docformat__ = 'epytext en' -__version__ = '1.1' +__version__ = '1.2' __url__ = 'http://telemeta.org' __copyright__ = '(C) 2007-2011 Parisson' __license__ = 'CeCILL-2' -- 2.39.5