Skip to content
Snippets Groups Projects
Commit 9e2c2d28 authored by Sebastian Böck's avatar Sebastian Böck
Browse files

bump version to 0.13 and set release date

parent 801838a3
No related branches found
Tags v0.13
No related merge requests found
Release Notes
=============
Version 0.13dev
---------------
Version 0.13 (release date: 2016-03-07)
---------------------------------------
Main features:
......@@ -27,6 +27,7 @@ API relevant changes:
Other changes:
* Added alignment evaluation (#12)
* Added continous integration testing (#16)
* Added `-o` option to both `single`/`batch` processing mode to not overwrite
files accidentially in `single` mode (#18)
......
......@@ -14,7 +14,7 @@ import glob
import numpy as np
# define version
version = '0.13.dev'
version = '0.13'
# define which extensions need to be compiled
extensions = [Extension('madmom.ml.rnn',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment