Skip to content

Commit

Permalink
bug fix on SB1_E1_I5_V1
Browse files Browse the repository at this point in the history
  • Loading branch information
rallen10 committed Nov 22, 2023
1 parent 3cac7ef commit 9bb4b63
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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).

## [v0.4.1] - 2023-11-22

### Added

### Fixed

- Typo in SB1_E1_I5_V1

### Changed

### Removed

## [v0.4.0] - 2023-11-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/kspdg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
from kspdg.sb1.e1_envs import SB1_E1_I2_Env as SB1_E1_I2_V1
from kspdg.sb1.e1_envs import SB1_E1_I3_Env as SB1_E1_I3_V1
from kspdg.sb1.e1_envs import SB1_E1_I4_Env as SB1_E1_I4_V1
from kspdg.sb1.e1_envs import SB1_E1_I5_Env as SB1_E1_I_V1
from kspdg.sb1.e1_envs import SB1_E1_I5_Env as SB1_E1_I5_V1
2 changes: 1 addition & 1 deletion src/kspdg/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# Single-sourcing package version
# https://packaging.python.org/guides/single-sourcing-package-version/

VERSION = "0.4.0"
VERSION = "0.4.1"

0 comments on commit 9bb4b63

Please sign in to comment.