Bug 1271612 - Release mozlog 3.2. r?jmaher draft
authorHenrik Skupin <mail@hskupin.info>
Wed, 11 May 2016 10:17:45 +0200
changeset 365681 e24ee51be88d937a38c49e9798d4c8a105ea1cd3
parent 365680 bfdee370664467f2eeff14c29e6156d231e50b3a
child 520625 8c6ff283a98a0e59f581bf6cf1145864a1b7aea5
push id17817
push userbmo:hskupin@gmail.com
push dateWed, 11 May 2016 08:18:13 +0000
reviewersjmaher
bugs1271612
milestone49.0a1
Bug 1271612 - Release mozlog 3.2. r?jmaher MozReview-Commit-ID: I8JcpkeLzkv
testing/mozbase/mozlog/setup.py
--- a/testing/mozbase/mozlog/setup.py
+++ b/testing/mozbase/mozlog/setup.py
@@ -1,16 +1,16 @@
 # 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 setuptools import setup, find_packages
 
 PACKAGE_NAME = 'mozlog'
-PACKAGE_VERSION = '3.1'
+PACKAGE_VERSION = '3.2'
 
 setup(name=PACKAGE_NAME,
       version=PACKAGE_VERSION,
       description="Robust log handling specialized for logging in the Mozilla universe",
       long_description="see http://mozbase.readthedocs.org/",
       author='Mozilla Automation and Testing Team',
       author_email='tools@lists.mozilla.org',
       url='https://wiki.mozilla.org/Auto-tools/Projects/Mozbase',