Skip to content

Commit

Permalink
Release 2018.12.06 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
theacodes committed Dec 6, 2018
1 parent 27938e0 commit 414d8c2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

[1]: https://pypi.org/project/gcp-synthtool/#history

## 2018.12.06

12-06-2018 13:43 PST

### Implementation Changes

- chore: always run nyc report before codecov ([#165](https://github.com/googleapis/synthtool/pull/165))

### New Features

- Allow access to additional arguments passed to synthtool ([#166](https://github.com/googleapis/synthtool/pull/166))

## 2018.12.05

12-05-2018 13:59 PST
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

name = 'gcp-synthtool'
description = ''
version = '2018.12.05'
version = '2018.12.06'
release_status = 'Development Status :: 3 - Alpha'
dependencies = [
"click",
Expand Down

0 comments on commit 414d8c2

Please sign in to comment.