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

Commit 795bc03

Browse files
committed
Release python-gflags 3.0.1.
Change on 2016/02/04 by vrusinov <vrusinov@google.com> ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=113902797
1 parent 2cc5f14 commit 795bc03

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Thu Feb 04 22:23:00 2016 Google Inc. <google-gflags@googlegroups.com>
2+
3+
* python-gflags: version 3.0.1
4+
* Some changes for python3 compatibility.
5+
* Automatically generate ordering operations for Flag.
6+
* Add optional comma compatibility to whitespace-separated list flags.
7+
18
Tue Jan 12 16:39:00 2016 Google Inc. <google-gflags@googlegroups.com>
29

310
* python-gflags: version 3.0.0.

setup.py

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

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

0 commit comments

Comments
 (0)