Skip to content

Commit d1f3c31

Browse files
committed
chore: bump version to 1.1.4
1 parent d95c052 commit d1f3c31

File tree

4 files changed

+19424
-47
lines changed

4 files changed

+19424
-47
lines changed

docs/release_note/changelog.rst

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog
33
*********
44

5+
v1.1.4
6+
======
7+
:Date: March 9, 2021
8+
9+
Bugfix
10+
-------------
11+
* trim function with from in arguments (`#127 <https://github.com/reata/sqllineage/issues/127>`_)
12+
513
v1.1.3
614
======
715
:Date: February 1, 2021

sqllineage/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import logging.config
22

33
NAME = "sqllineage"
4-
VERSION = "1.1.3"
4+
VERSION = "1.1.4"
55
DEFAULT_LOGGING = {
66
"version": 1,
77
"disable_existing_loggers": False,

0 commit comments

Comments
 (0)