Bug 1428289 - Release mozversion 1.5. draft
authorHenrik Skupin <mail@hskupin.info>
Fri, 05 Jan 2018 10:46:01 +0100
changeset 716154 d3ed0d8ae9078ad20e9566884e2f44f8ac0cafe5
parent 715663 f78a83244fbebe8a469ae3512fce7f638cab7e1f
child 744974 fc8a768667ce3a4a50a5dc3bb362cd4018bff068
push id94356
push userbmo:hskupin@gmail.com
push dateFri, 05 Jan 2018 09:49:40 +0000
bugs1428289
milestone59.0a1
Bug 1428289 - Release mozversion 1.5. MozReview-Commit-ID: 61GLjE0Qc6o
testing/mozbase/mozversion/setup.py
--- a/testing/mozbase/mozversion/setup.py
+++ b/testing/mozbase/mozversion/setup.py
@@ -1,17 +1,17 @@
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this file,
 # You can obtain one at http://mozilla.org/MPL/2.0/.
 
 from __future__ import absolute_import
 
 from setuptools import setup
 
-PACKAGE_VERSION = '1.4'
+PACKAGE_VERSION = '1.5'
 
 
 setup(name='mozversion',
       version=PACKAGE_VERSION,
       description='Library to get version information for applications',
       long_description="see https://firefox-source-docs.mozilla.org/mozbase/index.html",
       classifiers=[],
       keywords='mozilla',