Skip to content

Choose a tag to compare

@elongl elongl released this 02 Nov 16:08
· 49 commits to main since this release

Changes

  • Fixed a potential problem in which edr would fail to install (information below).
  • Action is written in Python.

In case we only release a new dbt version (say 1.2.3), but not a new edr, Doing pip install elementary-data~=1.2.3 where the Python package only has 1.2.2, would fail. The change covers this case by changing the revision (MAJOR.MINOR.REVISION) to be always 0, therefore running pip install elementary-data~=1.2.0.