Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Bump version: 1.3.1 → 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metachris committed Mar 2, 2018
1 parent c46e947 commit ae8cbf8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion logzero/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

__author__ = """Chris Hager"""
__email__ = 'chris@linuxuser.at'
__version__ = '1.3.1'
__version__ = '1.4.0'

# Python 2+3 compatibility settings for logger
bytes_type = bytes
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.1
current_version = 1.4.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='logzero',
version='1.3.1',
version='1.4.0',
description="Robust and effective logging for Python 2 and 3",
long_description=readme + '\n\n' + history,
author="Chris Hager",
Expand Down

0 comments on commit ae8cbf8

Please sign in to comment.