Skip to content

Commit

Permalink
Prepare 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
terrorfisch committed Apr 20, 2020
1 parent c1a7d1f commit e4901cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ReleaseNotes.txt
@@ -1,7 +1,7 @@
## pending/current ##
## 0.5.1 ##

- General:
- Unify `TimeType.from_float` between fractions and gmpy2 backend behaviour.
- Unify `TimeType.from_float` between fractions and gmpy2 backend behaviour (fixes issue 529).

## 0.5 ##

Expand Down
2 changes: 1 addition & 1 deletion qupulse/__init__.py
@@ -1,5 +1,5 @@
from qupulse.utils.types import MeasurementWindow, ChannelID
from . import pulses

__version__ = '0.5'
__version__ = '0.5.1'
__all__ = ["MeasurementWindow", "ChannelID", "pulses"]

0 comments on commit e4901cb

Please sign in to comment.