From 98b7acf403e1dec040cc26765d7508510892a201 Mon Sep 17 00:00:00 2001 From: vrusinov Date: Tue, 12 Apr 2016 06:23:13 -0700 Subject: [PATCH] Release python-gflags 3.0.3. Change on 2016/04/12 by vrusinov ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=119632300 --- ChangeLog | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ab81ca5..0c9a424 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Mon Apr 11 00:00:01 2016 Google Inc. + + * python-gflags: version 3.0.3 + * Fixed setup.py. + * --noflag if argument is given is no longer allowed. + * Python3 compatibility: removed need for cgi import. + * Disallowed unparsed flag usage after FLAGS.Reset() + Thu Feb 09 11:55:00 2016 Google Inc. * python-gflags: version 3.0.2 diff --git a/setup.py b/setup.py index 8e82524..71b1196 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ from distutils.core import setup setup(name='python-gflags', - version='3.0.2', + version='3.0.3', description='Google Commandline Flags Module', license='BSD', author='Google Inc. and others',