Skip to content

Commit a0c6cf0

Browse files
authored
Merge pull request #32 from open-lasso-python/release/2.0.0
Release 2.0.0
2 parents 0a77cd9 + ef385ff commit a0c6cf0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ jobs:
154154

155155
steps:
156156
- uses: actions/checkout@v3
157+
# We need the entire git history for building the docs
158+
with:
159+
fetch-depth: 0
157160

158161
- name: Set up Python 3.10
159162
uses: actions/setup-python@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "lasso-python"
3-
version = "2.0.0rc1"
3+
version = "2.0.0"
44
description = "An open-source CAE and Machine Learning library."
55
authors = ["open-lasso-python <[email protected]>"]
66
license = "BSD-3"

0 commit comments

Comments
 (0)