File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 3.0.13
2
+ current_version = 3.0.14
3
3
commit = True
4
4
tag = False
5
5
Original file line number Diff line number Diff line change 1
1
[ ![ Build Status] ( https://travis-ci.com/SoftwareQuTech/SimulaQron.svg?branch=Develop )] ( https://travis-ci.com/SoftwareQuTech/SimulaQron )
2
2
3
- SimulaQron - simple quantum network simulator (3.0.13 )
3
+ SimulaQron - simple quantum network simulator (3.0.14 )
4
4
=====================================================
5
5
6
6
The purpose of this simulator of quantum network nodes is to allow you to develop new applications for
Original file line number Diff line number Diff line change 1
1
from simulaqron .tests_run import main as tests
2
2
3
3
__all__ = ['tests' ]
4
- __version__ = '3.0.13 '
4
+ __version__ = '3.0.14 '
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ def running(self):
133
133
self ._running = False
134
134
break
135
135
except Exception as err :
136
- logging .exception (f "Got unexpected exception when trying to connect: { err } " )
136
+ logging .exception ("Got unexpected exception when trying to connect: {}" . format ( err ) )
137
137
raise err
138
138
else :
139
139
cqc .close ()
You can’t perform that action at this time.
0 commit comments