Skip to content

Commit

Permalink
Bump version: 0.2.0 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dannyb48 committed Jun 4, 2021
1 parent 8ee0d0d commit 0cd9b12
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.3.0

[bumpversion:file:git_change_request/__init__.py]
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# Version 0.3.0 (2021-06-04)

## New features
* None

## Enhancements
* None

## Bug Fixes
* None

## Doc Changes
* None

## Test/CI Enhancements
* Update create_release workflow to use PAT vs the GitHub App token
because it does not support cascading triggering of workflows that utilize
the token.


# Version 0.2.0 (2021-06-04)

## New features
Expand Down
2 changes: 1 addition & 1 deletion git_change_request/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

from .src import BaseRequest, ChangeRequest

__version__ = '0.2.0'
__version__ = '0.3.0'
__author__ = 'Danny Baez'

0 comments on commit 0cd9b12

Please sign in to comment.