Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aurzenligl committed Mar 10, 2024
1 parent 9c54260 commit 060f784
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0
current_version = 1.1.1

[bumpversion:file:setup.py]

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.1.1
-----------------------------------
- fixing deprecation warnings

1.1.0
-----------------------------------
- removed dependency on "future" and "py"
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
#
# The short X.Y version.
# The full version, including alpha/beta/rc tags.
version = release = '1.1.0'
version = release = '1.1.1'

# 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
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.0'
__version__ = '1.1.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def read(fname):

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

0 comments on commit 060f784

Please sign in to comment.