diff options
author | David Bremner <bremner@debian.org> | 2013-01-16 23:02:32 -0400 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2013-01-16 23:23:00 -0400 |
commit | 81866a82ad4e9efa322850c093207650b82b6503 (patch) | |
tree | eb5c62ea1830f73d39fb5485743eb2c17cfb6d71 /bindings/python | |
parent | 837758a9a43893906117b5dd03244a0c439a16d2 (diff) |
version: set version to 0.15~rc1
This is in some sense a rollback, but it makes all the automation
happier if the Debian and upstream versions match.
Diffstat (limited to 'bindings/python')
-rw-r--r-- | bindings/python/notmuch/version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index c9efbd98..59e7c1a0 100644 --- a/bindings/python/notmuch/version.py +++ b/bindings/python/notmuch/version.py @@ -1,2 +1,2 @@ # this file should be kept in sync with ../../../version -__VERSION__ = '0.15' +__VERSION__ = '0.15~rc1' |