Jelmer Vernooij il y a 4 ans
Parent
commit
9ee7d9aefa
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      releaser.conf

+ 1 - 1
releaser.conf

@@ -11,6 +11,6 @@ update_version {
 }
 update_version {
   path: "dulwich/__init__.py"
-  match: "^ __version__ = \((.*)\)$"
+  match: "^__version__ = \((.*)\)$"
   new_line: "__version__ = $TUPLED_VERSION"
 }