Skip to content

Commit acbbaea

Browse files
authored
chore: bump version to 1.1.3 (#126)
1 parent 3e9d22e commit acbbaea

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
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.3
6+
======
7+
:Date: February 1, 2021
8+
9+
Bugfix
10+
-------------
11+
* UNCACHE TABLE statement parsed with target table (`#123 <https://github.com/reata/sqllineage/issues/123>`_)
12+
513
v1.1.2
614
======
715
:Date: January 26, 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.2"
4+
VERSION = "1.1.3"
55
DEFAULT_LOGGING = {
66
"version": 1,
77
"disable_existing_loggers": False,

sqllineagejs/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sqllineagejs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sqllineagejs",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"private": true,
55
"dependencies": {
66
"cytoscape": "^3.17.1",

0 commit comments

Comments
 (0)