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

Commit 278e883

Browse files
committed
Release 3.1.2.
1 parent 0383474 commit 278e883

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Fri Oct 27 00:00:01 2017 Google Inc. <google-gflags@googlegroups.com>
2+
* python-gflags: version 3.1.2.
3+
* New API names for compatibility with abseil-py.
4+
15
Mon Jan 30 00:00:01 2017 Google Inc. <google-gflags@googlegroups.com>
26
* python-gflags: version 3.1.1.
37
* Added PEP8 style method/function aliases.

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

0 commit comments

Comments
 (0)