Bump version: 0.24.1 → 0.25.0
This commit is contained in:
Родитель
462a6f7650
Коммит
550ef76668
|
@ -8,4 +8,4 @@
|
|||
|
||||
__author__ = """Michael Droettboom"""
|
||||
__email__ = 'mdroettboom@mozilla.com'
|
||||
__version__ = '0.24.1'
|
||||
__version__ = '0.25.0'
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.24.1
|
||||
current_version = 0.25.0
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -66,6 +66,6 @@ setup(
|
|||
test_suite='tests',
|
||||
tests_require=test_requirements,
|
||||
url='https://github.com/mozilla/glean_parser',
|
||||
version='0.24.1',
|
||||
version='0.25.0',
|
||||
zip_safe=False,
|
||||
)
|
||||
|
|
Загрузка…
Ссылка в новой задаче