release 0.25

This commit is contained in:
Benjamin Dauvergne 2014-01-23 15:04:01 +01:00
parent 108e8077e6
commit 2c780b234e
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
__VERSION__ = (0, 1, 0)
__VERSION__ = (0, 25, 0)

View File

@ -6,7 +6,7 @@
from setuptools import setup, find_packages
setup(name="polynum-blackboard",
version='0.24.0',
version='0.25.0',
license="AGPLv3 or later",
description="Allows sending documents from Polynum to the Blackboard e-Learning platform",
url="http://dev.entrouvert.org/projects/polynum-blackboard/",