Skip to content

Commit 03fbcd7

Browse files
committed
Update changelog
1 parent 03b0758 commit 03fbcd7

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Please use [this](https://docs.gitlab.com/ee/development/changelog.html) document as guidelines to keep a changelog.
44

5-
## [unreleased]
5+
## 4.0.1 - 2021-12-30
66

77
## Fixed
88

tests/integration_tests/test_codegen.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
from os.path import dirname
44
from os.path import join
55
from shutil import rmtree
6-
from unittest import IsolatedAsyncioTestCase, skip
6+
from unittest import IsolatedAsyncioTestCase
7+
from unittest import skip
78

89
from dipdup import __version__
910
from dipdup.config import DipDupConfig

tests/integration_tests/test_hasura.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
from contextlib import AsyncExitStack
22
from os.path import dirname
33
from os.path import join
4-
from unittest import IsolatedAsyncioTestCase, skip
4+
from unittest import IsolatedAsyncioTestCase
5+
from unittest import skip
56
from unittest.mock import MagicMock
67

78
from testcontainers.core.generic import DbContainer # type: ignore

0 commit comments

Comments
 (0)