Parse __version__ from/to qutebrowser/__init__.py directly
This commit is contained in:
parent
eae9cd30af
commit
931b092653
|
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 1.5.1
|
||||
current_version = 1.5.0
|
||||
commit = True
|
||||
tag = True
|
||||
tag_name = v{new_version}
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ __copyright__ = "Copyright 2014-2018 Florian Bruhin (The Compiler)"
|
|||
__license__ = "GPL"
|
||||
__maintainer__ = __author__
|
||||
__email__ = "mail@qutebrowser.org"
|
||||
__version__ = "1.5.1"
|
||||
__version__ = "1.5.0"
|
||||
# __version__ = config['bumpversion']['current_version']
|
||||
__version_info__ = __version__.split('.')
|
||||
__description__ = "A keyboard-driven, vim-like browser based on PyQt5."
|
||||
|
|
|
|||
Loading…
Reference in New Issue