Skip to content

Commit

Permalink
Bump version: 0.3.0 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dannyb48 committed Jun 4, 2021
1 parent 7c141cf commit 915701a
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.3.0
current_version = 0.4.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.4.0 (2021-06-04)

## New features
* None

## Enhancements
* None

## Bug Fixes
* None

## Doc Changes
* None

## Test/CI Enhancements
* Removed the release trigger released/created for the publish_package
to avoid redundant triggers failures now that that workflows are
using the correct token.


# Version 0.3.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.3.0'
__version__ = '0.4.0'
__author__ = 'Danny Baez'

0 comments on commit 915701a

Please sign in to comment.