Skip to content

Commit

Permalink
fixing kspdg-evaluate typo. bumping to v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rallen10 committed Dec 31, 2024
1 parent 824dc77 commit 3487906
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [UNRELEASED] - XXXX.XX.XX
## [v0.11.1] - 2024.12.30

### Fixed

+ Typo in `kspdg-evaluate` entry point script
+ Instructions for installing from github to use `main` branch instead of `latest`

## [v0.11.0] - 2024.12.16
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ kspdg-run-serverless-tests = "kspdg.scripts.run_tests:serverless_tests"
kspdg-run-lbg1-i2-tests = "kspdg.scripts.run_tests:lbg1_i2_tests"
kspdg-run-pe1-i3-tests = "kspdg.scripts.run_tests:pe1_i3_tests"
kspdg-run-sb1-i5-tests = "kspdg.scripts.run_tests:sb1_i5_tests"
kspdg-evalutate = "kspdg.evaluation.evaluate:run_evaluation"
kspdg-evaluate = "kspdg.evaluation.evaluate:run_evaluation"
2 changes: 1 addition & 1 deletion src/kspdg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Single-sourcing package version
# https://packaging.python.org/guides/single-sourcing-package-version/

__version__ = "0.11.0"
__version__ = "0.11.1"

# these imports make the individual environments accessible at the top-level
# of the library and assign an environment version number
Expand Down

0 comments on commit 3487906

Please sign in to comment.