diff --git a/changelog.md b/changelog.md index d94ee8f43d59cc8278a211859041ef4878a33799..087585df940b281c9da8d7157c74a66fc51b5a87 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. +## [0.11] - 2021-04-15 +- POL1-412, POL1-416 fixes + ## [0.10] - 2021-04-12 - Fix bug in config - [POL1-413/POL1-414] Add GEANTOPEN to General Public diff --git a/setup.py b/setup.py index 46e78eee568fb265a2ec7e7f3059565a8143ea77..ed5ce2ae4df22403aaebaca9b80b3e0b49d1f8a3 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='brian-dashboard-manager', - version="0.11", + version="0.12", author='GEANT', author_email='swd@geant.org', description='',