Skip to content

Commit

Permalink
binded to specific poetry version (#245)
Browse files Browse the repository at this point in the history
* binded to specific poetry version

* binded to specific poetry version

---------

Co-authored-by: Ankit  Kumar <[email protected]>
  • Loading branch information
ankku and Ankit Kumar authored Jan 8, 2025
1 parent 7c5e14d commit be9fbfe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Changes are grouped as follows
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

# [2.3.12] - 2025-01-08

# [2.3.11] - 2024-07-23
- TODO: write down the changes

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /
ENV PYTHONUNBUFFERED=1

# Poetry setup
RUN pip3 install poetry
RUN pip3 install poetry==1.8.3
RUN poetry config virtualenvs.create false

COPY poetry.lock .
Expand Down
2 changes: 1 addition & 1 deletion cognite/transformations_cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.3.11"
__version__ = "2.3.12"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cognite-transformations-cli"
version = "2.3.11"
version = "2.3.12"

description = "A CLI for the Transformations service in CDF"
authors = ["Mathias Lohne <[email protected]>", "Emel Varol <[email protected]>", "Einar Marstrander Omang <[email protected]>"]
Expand Down

0 comments on commit be9fbfe

Please sign in to comment.