diff --git a/setup.py b/setup.py index aa7b27a67..457e8a556 100644 --- a/setup.py +++ b/setup.py @@ -10,6 +10,7 @@ try: try: revno = b.revno() # Add the latest tag in here too + verno = b.tags.get_tag_dict().keys()[0] finally: b.unlock() except: