File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 3.0.13
2+ current_version = 3.0.14
33commit = True
44tag = False
55
Original file line number Diff line number Diff line change 11[ ![ Build Status] ( https://travis-ci.com/SoftwareQuTech/SimulaQron.svg?branch=Develop )] ( https://travis-ci.com/SoftwareQuTech/SimulaQron )
22
3- SimulaQron - simple quantum network simulator (3.0.13 )
3+ SimulaQron - simple quantum network simulator (3.0.14 )
44=====================================================
55
66The 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 11from simulaqron .tests_run import main as tests
22
33__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):
133133 self ._running = False
134134 break
135135 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 ) )
137137 raise err
138138 else :
139139 cqc .close ()
You can’t perform that action at this time.
0 commit comments