From 8c4f70927b5a6cfd977fd123c940e68d20fa0304 Mon Sep 17 00:00:00 2001 From: Aust Date: Fri, 18 Feb 2022 11:26:43 -0700 Subject: [PATCH] Bump version to 0.6.1 --- .bumpversion.cfg | 2 +- README.md | 2 +- docs/changelog/0.6.1-changelog.md | 3 +++ simphony/__init__.py | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 docs/changelog/0.6.1-changelog.md diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6d104314..987401c4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0 +current_version = 0.6.1 commit = False tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?P[a-z]+)(?P\d+))? diff --git a/README.md b/README.md index 8258317b..d5220120 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Simphony: A Simulator for Photonic circuits

-Development version +Development version PyPI Version PyPI - Python Version Build Status diff --git a/docs/changelog/0.6.1-changelog.md b/docs/changelog/0.6.1-changelog.md new file mode 100644 index 00000000..e85e45fc --- /dev/null +++ b/docs/changelog/0.6.1-changelog.md @@ -0,0 +1,3 @@ +## [0.6.1] - 2022-02-18 + +This patch makes the CMRR take beam splitting into account. diff --git a/simphony/__init__.py b/simphony/__init__.py index 61603802..3918a871 100644 --- a/simphony/__init__.py +++ b/simphony/__init__.py @@ -42,7 +42,7 @@ + " detected)." ) -__version__ = "0.6.0" +__version__ = "0.6.1" __license__ = "MIT" __project_url__ = "https://github.com/BYUCamachoLab/simphony" __forum_url__ = "https://github.com/BYUCamachoLab/simphony/issues"