releaser.conf 329 B

1234567891011121314
  1. name: "dulwich"
  2. news_file: "NEWS"
  3. pypi: "dulwich"
  4. timeout_days: 5
  5. update_version {
  6. path: "setup.py"
  7. match: "^dulwich_version_string = '(.*)'$"
  8. new_line: "dulwich_version_string = '$VERSION'"
  9. }
  10. update_version {
  11. path: "dulwich/__init__.py"
  12. match: "^ __version__ = \((.*)\)$"
  13. new_line: "__version__ = $TUPLED_VERSION"
  14. }