Skip to content

Commit

Permalink
Merge branch 'main' into pnast/feature/mic-5813-jenkins-ver
Browse files Browse the repository at this point in the history
  • Loading branch information
patricktnast authored Feb 5, 2025
2 parents f168ecb + 0068676 commit 57d2bed
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
**2.1.2 - 01/30/24**
**2.1.4 - 02/05/24**

- Get python versions from python_versions.json

**2.1.3 - 02/03/25**

- Revert change caused by isort version

**2.1.2 - 01/31/25**

- Linting

**2.1.1 - 12/16/24**

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

setup_requires = ["setuptools_scm"]

lint_requirements = ["black==22.3.0", "isort"]
lint_requirements = ["black==22.3.0", "isort==5.13.2"]

test_requirements = [
"pytest",
Expand Down

0 comments on commit 57d2bed

Please sign in to comment.