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

Commit a832185

Browse files
committed
Release python-gflags 3.0.5.
Change on 2016/05/11 by vrusinov <[email protected]> ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=122102744
1 parent 9a985ef commit a832185

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Thu May 12 00:00:01 2016 Google Inc. <[email protected]>
2+
3+
* python-gflags: version 3.0.5
4+
* Added a warning when FLAGS.SetDefault is used after flags were parsed.
5+
* Added new function: MarkFlagsAsRequired.
6+
17
Fri Apr 15 00:00:01 2016 Google Inc. <[email protected]>
28

39
* python-gflags: version 3.0.4

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.4',
35+
version='3.0.5',
3636
description='Google Commandline Flags Module',
3737
license='BSD',
3838
author='Google Inc. and others',

0 commit comments

Comments
 (0)