From ca415a5140459418a05b51597f47c631fc55322e Mon Sep 17 00:00:00 2001 From: yomguy Date: Wed, 19 Sep 2012 20:10:11 +0200 Subject: [PATCH] fix doc --- MANIFEST.in | 3 ++- README.rst | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 73c79c1..849dc33 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,6 @@ include AUTHORS include LICENSE include README.rst -include INSTALL.rst recursive-include timeside/tools * recursive-include timeside/doc * recursive-include tests * @@ -10,3 +9,5 @@ recursive-exclude * *.swp recursive-exclude dist * recursive-exclude build * recursive-exclude TimeSide.egg-info * +recursive-exclude tests/samples + diff --git a/README.rst b/README.rst index ff24d79..76a551f 100644 --- a/README.rst +++ b/README.rst @@ -11,6 +11,14 @@ The engine (server side) is fully written in Python, the player (client side) in News ===== +0.3.3 + + * mostly a transitional developer and mantainer version, no new cool features + * but add "ts-waveforms" script for waveform batching + * fix some tests, download audio samples + * fix setup + * update README + 0.3.2 * move mainloop to its own thread to avoid memory hogging on large files -- 2.39.5