Skip to content

Commit 5e62a25

Browse files
committed
docs: complete CHANGELOG with all intermediate versions 1.3.7-1.4.0; bump to 1.4.2
1 parent 8f81b92 commit 5e62a25

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

glpi_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
from .logger import EmptyHandler, SensitiveFilter
4242
from .version import GLPIVersion
4343

44-
__version__ = "1.4.1"
44+
__version__ = "1.4.2"
4545

4646
__all__ = [
4747
# Clients

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = glpi-utils
3-
version = 1.4.1
3+
version = 1.4.2
44
author = Giovanny Rodriguez
55
author_email = giovanny@imagunet.com
66
description = Python library for working with the GLPI REST API (9.1+, 10.x, 11.x)

0 commit comments

Comments
 (0)