diff --git a/changelog.md b/changelog.md index 087585df940b281c9da8d7157c74a66fc51b5a87..7f357243d7ba70c3dcda3cc1562f1a04be1668ff 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. +## [0.12] - 2021-04-15 +- POL1-416 remaining changes + ## [0.11] - 2021-04-15 - POL1-412, POL1-416 fixes diff --git a/setup.py b/setup.py index ed5ce2ae4df22403aaebaca9b80b3e0b49d1f8a3..eb68a217263496bee12adb255450881ad5686e2e 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='brian-dashboard-manager', - version="0.12", + version="0.13", author='GEANT', author_email='swd@geant.org', description='',