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

Commit e1b56e9

Browse files
committed
python-gflags: Release 3.1.0.
1 parent c89ba66 commit e1b56e9

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

ChangeLog

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
Fri Sep 09 00:00:01 2016 Google Inc. <google-gflags@googlegroups.com>
1+
Tue Nov 01 00:00:01 2016 Google Inc. <google-gflags@googlegroups.com>
2+
* python-gflags: version 3.1.0.
3+
* Python3 compatibility
4+
* Removed UnrecognizedFlag exception.
5+
* Replaced flags.DuplicateFlag with flags.DuplicateFlagError.
6+
* Moved the validators.Error class to exceptions.ValidationError.
7+
* Renamed IllegalFlagValue to IllegalFlagValueError.
8+
* Removed MutualExclusionValidator class, in favor of flags.MarkFlagsAsMutualExclusive.
9+
* Removed FlagValues.AddValidator method.
10+
* Removed _helpers.GetMainModule.
11+
* Use xml.dom.minidom to create XML strings, instead of manual crafting.
12+
* Declared PEP8-style names.
13+
* Added examples.
14+
15+
216

317
* python-gflags: version 3.0.7.
418
* Removed the unused method ShortestUniquePrefixes.

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

0 commit comments

Comments
 (0)