Skip to content

Commit

Permalink
📦 Release version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hoshiyosan committed Jan 7, 2021
1 parent 4833537 commit 47e8fda
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 @@ -166,3 +166,5 @@
- Add a list of used github icons
- Replace github style icons in markdown when loading for pypi

## [0.1.4] - 2021-01-07

2 changes: 2 additions & 0 deletions docs/releases/0.1.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*Release [0.1.4] - 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.3
current_version = 0.1.4

[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.3',
version='0.1.4',
packages=setuptools.find_packages(),
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 47e8fda

Please sign in to comment.