Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
daimor committed Jan 8, 2025
1 parent bd6a15a commit 592764a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = testcontainers-iris
version = 1.1.2
version = 1.2.0
long_description_content_type = text/markdown
long_description = file: README.md
url = https://github.com/caretdev/testcontainers-iris-python
Expand Down
2 changes: 1 addition & 1 deletion testcontainers/iris/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def get_connection_url(self, host=None) -> str:
dialect="iris",
username=self.username,
password=self.password,
db_name=self.namespace,
dbname=self.namespace,
host=host,
port=self.port,
)

0 comments on commit 592764a

Please sign in to comment.