diff --git a/docs/RELEASE-NOTES b/docs/RELEASE-NOTES index 5d5139d..92748c8 100644 --- a/docs/RELEASE-NOTES +++ b/docs/RELEASE-NOTES @@ -1,7 +1,7 @@ -Version 0.3.2 -------------- +Version 0.3.2, 0.3.3 +-------------------- -- fixed silly bug in 0.3.1 +- fixed silly bugs Version 0.3.1 ------------- diff --git a/server/version.py b/server/version.py index 44f15ac..a05ff67 100644 --- a/server/version.py +++ b/server/version.py @@ -1 +1 @@ -VERSION = "ElectrumX 0.3.2" +VERSION = "ElectrumX 0.3.3"