Skip to content

Commit

Permalink
Changed version from 0.0.4 to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vimist committed Nov 27, 2017
1 parent e8c6f11 commit 6f1d844
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
[bumpversion]
current_version = 0.0.4
current_version = 0.0.5
tag = True
commit = True
message = Changed version from {current_version} to {new_version}

[bumpversion:file:setup.py]

[bumpversion:file:README.rst]

[bumpversion:file:docs/conf.py]

2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Documentation build, testing and linting for the ``master`` branch.
:target: `the documentation`_

.. image:: https://img.shields.io/pypi/v/logger-helper.svg
:target: https://pypi.python.org/pypi/logger-helper/0.0.4
:target: https://pypi.python.org/pypi/logger-helper/0.0.5

.. image:: https://travis-ci.org/vimist/logger-helper.svg?branch=master
:target: https://travis-ci.org/vimist/logger-helper
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
# built documents.
#
# The short X.Y version.
version = '0.0.4'
version = '0.0.5'
# The full version, including alpha/beta/rc tags.
release = '0.0.4'
release = '0.0.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='logger-helper',
version='0.0.4',
version='0.0.5',
author='Vimist',
description='A simple way to gather verbose logs from your application!',
long_description=open('README.rst').read(),
Expand Down

0 comments on commit 6f1d844

Please sign in to comment.