Skip to content

Commit

Permalink
📦 Release version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hoshiyosan committed Jan 7, 2021
1 parent 8c2746d commit 44b90c1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,5 @@

## [0.1.4] - 2021-01-07

## [0.1.5] - 2021-01-07

2 changes: 2 additions & 0 deletions docs/releases/0.1.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*Release [0.1.5] - 2021-01-07*

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[bumpversion]
current_version = 0.1.4
current_version = 0.1.5

[bumpversion:file:setup.py]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def load_long_description():
setuptools.setup(
name='git-improved',
description='Add commands to simplify release and publish operation from Git CLI.',
version='0.1.4',
version='0.1.5',
packages=setuptools.find_packages(),
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 44b90c1

Please sign in to comment.