Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aurzenligl committed Feb 21, 2024
1 parent 56fd0c6 commit 322b8b9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.1.0

[bumpversion:file:setup.py]

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG
@@ -1,3 +1,9 @@
1.1.0
-----------------------------------
- removed dependency on "future" and "py"
- modernizing code to use python3 facilities
- pytest_logger_logdirlink path can be relative

1.0.0
-----------------------------------
- declare pytest-logger stable and release first stable version
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 = '1.0.0'
version = release = '1.1.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__ = '1.0.0'
__version__ = '1.1.0'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@ def read(fname):

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

0 comments on commit 322b8b9

Please sign in to comment.