From e8309c5ea69686f9ae6e6360ac34549a0f5cc62d Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 20 May 2014 12:00:53 +0200 Subject: [PATCH] fix news for pypi --- doc/source/install.rst | 2 ++ doc/source/news.rst | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/source/install.rst b/doc/source/install.rst index f224c83..26dc4d5 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -49,3 +49,5 @@ Optional:: aubio (>=0.4.1) yaafe python-aubio python-yaafe vamp-examples django (>=1.4) django-south djangorestframework django-extensions + + diff --git a/doc/source/news.rst b/doc/source/news.rst index 3e3832c..c8b1b64 100644 --- a/doc/source/news.rst +++ b/doc/source/news.rst @@ -14,7 +14,7 @@ News * Full `Travis integration `_ with tests and test coverage through `coveralls.io `_ * Thanks to all contributors! * WARNING: some of the processor paths used in your app could have moved between 0.5.4 and 0.5.5. Check them with timeside.core.processors(). Note that it is now advised to use the timeside.core.get_processor() method to instantiate the processors with their respective id as argument. - * UPGRADING from the sources: please cleanup your repository with: $ find ./ -name "*.pyc" -exec rm {} \; + * UPGRADING from the sources: please remove all .pyc files from your repository. 0.5.4 -- 2.39.5