mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
certbot version has been bumped down a directory level
This commit is contained in:
parent
f4ceefa21c
commit
4358e14dc0
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ def certbot_version(build_script_dir):
|
|||
"""Return the version number stamped in certbot/__init__.py."""
|
||||
return re.search('''^__version__ = ['"](.+)['"].*''',
|
||||
file_contents(join(dirname(build_script_dir),
|
||||
'certbot',
|
||||
'certbot',
|
||||
'__init__.py')),
|
||||
re.M).group(1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue