Skip to content

Commit

Permalink
Release 0.3.0 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
theacodes authored Aug 13, 2018
1 parent c1e2cfe commit 1d16d4f
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-releasetool/#history

## 0.3.0

### New Features

- Check for updates (#24)
- Add support for multiple GitHub remotes and releasing across forks (#22)

### Internal / Testing Changes

- Use new Nox
- Blacken and fixup type issues (#23)

## 0.2.1

### Implementation Changes
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-releasetool'
description = ''
version = '0.2.1'
version = '0.3.0'
release_status = 'Development Status :: 3 - Alpha'
dependencies = [
"requests",
Expand Down

0 comments on commit 1d16d4f

Please sign in to comment.