diff --git a/docs/changes.rst b/docs/changes.rst index 0216de2..c5e8e56 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,6 +1,14 @@ Changes ------- +0.3.1 +===== +- `#88`_ Added time-position coding +- `#87`_ Added variable-length sampler + +.. _#88: https://github.com/bmcfee/pumpp/pull/88 +.. _#87: https://github.com/bmcfee/pumpp/pull/87 + 0.3.0 ===== - `#85`_ Fixed a bug in BeatPosition transforms diff --git a/pumpp/version.py b/pumpp/version.py index 06debdf..6d77a51 100644 --- a/pumpp/version.py +++ b/pumpp/version.py @@ -3,4 +3,4 @@ """Version info""" short_version = '0.3' -version = '0.3.0' +version = '0.3.1'