diff --git a/docs/RELEASE-NOTES b/docs/RELEASE-NOTES index 6c1616a..147e359 100644 --- a/docs/RELEASE-NOTES +++ b/docs/RELEASE-NOTES @@ -1,3 +1,8 @@ +version 0.7.3 +------------- + +- fix reorgs - broken since 0.6 I think + version 0.7.2 ------------- diff --git a/server/version.py b/server/version.py index 7a2a82f..7fab096 100644 --- a/server/version.py +++ b/server/version.py @@ -1 +1 @@ -VERSION = "ElectrumX 0.7.2" +VERSION = "ElectrumX 0.7.3"