Skip to content

Commit d21e8eb

Browse files
authored
Merge pull request #29 from geoadmin/feat-realease
New release 1.3.0
2 parents a63f519 + 4d66bc4 commit d21e8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logging_utilities/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (1, 2, 4)
1+
VERSION = (1, 3, 0)
22
if isinstance(VERSION[-1], str):
33
# Support for alpha version: 0.1.0-alpha1
44
__version__ = "-".join([".".join(map(str, VERSION[:-1])), VERSION[-1]]) # pragma: no cover

0 commit comments

Comments
 (0)