diff --git a/.release.cfg b/.release.cfg
--- a/.release.cfg
+++ b/.release.cfg
@@ -14,6 +14,7 @@ done = true
 done = true
 
 [task:updated_translation]
+done = true
 
 [release]
 state = in_progress
diff --git a/pkgs/python-packages.nix b/pkgs/python-packages.nix
--- a/pkgs/python-packages.nix
+++ b/pkgs/python-packages.nix
@@ -1,4 +1,4 @@
-# Generated by pip2nix 0.4.0.dev1
+# Generated by pip2nix 0.4.0
 # See https://github.com/johbo/pip2nix
 
 {
@@ -1381,13 +1381,13 @@
     };
   };
   python-editor = super.buildPythonPackage {
-    name = "python-editor-1.0.1";
+    name = "python-editor-1.0.3";
     buildInputs = with self; [];
     doCheck = false;
     propagatedBuildInputs = with self; [];
     src = fetchurl {
-      url = "https://pypi.python.org/packages/2b/c0/df7b87d5cf016f82eab3b05cd35f53287c1178ad8c42bfb6fa61b89b22f6/python-editor-1.0.1.tar.gz";
-      md5 = "e1fa63535b40e022fa4fd646fd8b511a";
+      url = "https://pypi.python.org/packages/65/1e/adf6e000ea5dc909aa420352d6ba37f16434c8a3c2fa030445411a1ed545/python-editor-1.0.3.tar.gz";
+      md5 = "0aca5f2ef176ce68e98a5b7e31372835";
     };
     meta = {
       license = [ pkgs.lib.licenses.asl20 { fullName = "Apache"; } ];