From 87a4c419b5525d2e067ac293c629ab26d23f7648 Mon Sep 17 00:00:00 2001 From: Julian Teske Date: Fri, 24 Jun 2022 14:58:56 +0200 Subject: [PATCH] increment version and add patch notes --- patch_notes.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/patch_notes.md b/patch_notes.md index f9441e1..e49cb53 100644 --- a/patch_notes.md +++ b/patch_notes.md @@ -127,3 +127,8 @@ Energy Spectrum: Noise - Reworked the sampling of the Gaussian distribution. + +### Version 1.3.3 to 1.3.4 + +Example Notebooks +- Compatibility with the latest changes in filter functions \ No newline at end of file diff --git a/setup.py b/setup.py index 75884b9..6bf43f7 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='qopt', - version='1.3.3', + version='1.3.4', packages=['qopt'], url='https://github.com/qutech/qopt', license='GLP3',