Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aurzenligl committed May 5, 2019
1 parent c9cc53f commit 7eece3e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.0
current_version = 0.5.0

[bumpversion:file:setup.py]

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG
@@ -1,4 +1,4 @@
next
0.5.0
-----------------------------------
- class with testcases is represented with additional directory instead of '.'
separating class name and testcase name
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -60,7 +60,7 @@
#
# The short X.Y version.
# The full version, including alpha/beta/rc tags.
version = release = '0.4.0'
version = release = '0.5.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pytest_logger/__init__.py
@@ -1 +1 @@
__version__ = '0.4.0'
__version__ = '0.5.0'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@ def read(fname):

setup(
name='pytest-logger',
version='0.4.0',
version='0.5.0',
author='Krzysztof Laskowski',
author_email='aurzenligl@gmail.com',
maintainer='Krzysztof Laskowski',
Expand Down

0 comments on commit 7eece3e

Please sign in to comment.