]> git.parisson.com Git - timeside-diadems.git/commitdiff
goto 0.4.4
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 28 Jun 2013 19:37:38 +0000 (21:37 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 28 Jun 2013 19:37:38 +0000 (21:37 +0200)
README.rst
setup.py

index 3349ef8d6a3d3720275e0949733ae894f0d8d8a1..85d610720515d3f7751b6b4743e1fbd817750814 100644 (file)
@@ -32,6 +32,10 @@ Here is a schematic diagram of the TimeSide engine architecture:
 News
 =====
 
+0.4.4
+
+ * Only setup bugfixes
+
 0.4.3
 
  * finally fix decoder leaks and de-synchronizations (thanks to piem)
index 77983f27141b3a9daf7b877f34fdf94dd36f1551..b46ba6f5ac037c1bf56d3181a1c84a0b00531483 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ setup(
   long_description = open('README.rst').read(),
   author = "Guillaume Pellerin, Paul Brossier, Riccardo Zaccarelli, Olivier Guilyardi",
   author_email = "yomguy@parisson.com, piem@piem.org, riccardo.zaccarelli@gmail.com, olivier@samalyse.com",
-  version = '0.4.3',
+  version = '0.4.4',
   install_requires = [
         'setuptools',
         'numpy',