Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 98b7acf

Browse files
committed
Release python-gflags 3.0.3.
Change on 2016/04/12 by vrusinov <[email protected]> ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=119632300
1 parent 94acc13 commit 98b7acf

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Mon Apr 11 00:00:01 2016 Google Inc. <[email protected]>
2+
3+
* python-gflags: version 3.0.3
4+
* Fixed setup.py.
5+
* --noflag if argument is given is no longer allowed.
6+
* Python3 compatibility: removed need for cgi import.
7+
* Disallowed unparsed flag usage after FLAGS.Reset()
8+
19
Thu Feb 09 11:55:00 2016 Google Inc. <[email protected]>
210

311
* python-gflags: version 3.0.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from distutils.core import setup
3333

3434
setup(name='python-gflags',
35-
version='3.0.2',
35+
version='3.0.3',
3636
description='Google Commandline Flags Module',
3737
license='BSD',
3838
author='Google Inc. and others',

0 commit comments

Comments
 (0)