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

Commit

Permalink
Release python-gflags 3.0.3.
Browse files Browse the repository at this point in the history
	Change on 2016/04/12 by vrusinov <vrusinov@google.com>

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=119632300
  • Loading branch information
vrusinov committed Apr 12, 2016
1 parent 94acc13 commit 98b7acf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Mon Apr 11 00:00:01 2016 Google Inc. <google-gflags@googlegroups.com>

* 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. <google-gflags@googlegroups.com>

* python-gflags: version 3.0.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 98b7acf

Please sign in to comment.