Skip to content

Commit 9a504b4

Browse files
committed
Bump version to v0.6.0
1 parent cb81a29 commit 9a504b4

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.1
2+
current_version = 0.6.0
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<build>\d+))?

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Simphony: A Simulator for Photonic circuits
22

33
<p align="center">
4-
<img alt="Development version" src="https://img.shields.io/badge/master-v0.5.1-informational">
4+
<img alt="Development version" src="https://img.shields.io/badge/master-v0.6.0-informational">
55
<a href="https://pypi.python.org/pypi/simphony"><img alt="PyPI Version" src="https://img.shields.io/pypi/v/simphony.svg"></a>
66
<img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/simphony">
77
<a href="https://github.com/BYUCamachoLab/simphony/actions?query=workflow%3A%22build+%28pip%29%22"><img alt="Build Status" src="https://github.com/BYUCamachoLab/simphony/workflows/build%20(pip)/badge.svg"></a>

docs/changelog/0.6.0-changelog.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## [0.6.0] - 2022-01-12
2+
3+
This version includes Relative Intensity Noise modeling and CMRR.
4+
5+
### Added
6+
7+
- Laser RIN model
8+
- Differential Detector CMRR
9+
10+
### Changed
11+
12+
- coupling_loss now specified in dB

simphony/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
+ " detected)."
4343
)
4444

45-
__version__ = "0.5.1"
45+
__version__ = "0.6.0"
4646
__license__ = "MIT"
4747
__project_url__ = "https://github.com/BYUCamachoLab/simphony"
4848
__forum_url__ = "https://github.com/BYUCamachoLab/simphony/issues"

0 commit comments

Comments
 (0)