Skip to content

Commit

Permalink
Bump absl-py to version 0.7.1
Browse files Browse the repository at this point in the history
Added:

*   (flags) `flags.mark_bool_flags_as_mutual_exclusive`: convenience function to
    check that only one, or at most one, flag among a set of boolean flags are
    True.

Changed:

*   (bazel) Bazel 0.23+ or 0.22+ is now required for building/testing.
    Specifically, a Bazel version that supports
    `@bazel_tools//tools/python:python_version` for selecting the Python
    version.

Fixed:

*   abseil#94: LICENSE files are now included in sdist.
*   abseil#93: Change log added.

PiperOrigin-RevId: 238053201
  • Loading branch information
rickeylev authored and copybara-github committed Mar 12, 2019
1 parent 46d7779 commit 669077d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions absl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com).

## Unreleased

Nothing notable unreleased.

## 0.7.1 (2019-03-12)

### Added

* (flags) `flags.mark_bool_flags_as_mutual_exclusive`: convenience function to
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

setuptools.setup(
name='absl-py',
version='0.7.0',
version='0.7.1',
description=(
'Abseil Python Common Libraries, '
'see https://github.com/abseil/abseil-py.'),
Expand Down

0 comments on commit 669077d

Please sign in to comment.