Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smartie2076 authored Apr 8, 2021
1 parent d32878f commit 3c3349c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@ Here is a template for new release sections
## [Unreleased]

### Added
- Version number with `src/version.py`
- Constant variables in `constants.py`: `INPUT_TEMPLATE_EXCEL_XLSX`
- Version number with `src/version.py` (#150)
- Constant variables in `constants.py`: `INPUT_TEMPLATE_EXCEL_XLSX`(#150)

### Changed
- Execute all pytests in Travis `.travis.yml`
- Added version number to `setup.py`
- Moved `main()` from `Offgridders.py` to new file `src/cli.py`
- Enable benchmark tests for Offgridders: Add optional argument `input_file` to `main()`
- Execute all pytests in Travis `.travis.yml` (#150)
- Added version number to `setup.py` (#150)
- Moved `main()` from `Offgridders.py` to new file `src/cli.py` (#150)
- Enable benchmark tests for Offgridders: Add optional argument `input_file` to `main()` (#150)

### Removed
-

### Fixed
- Basic pytest to ensure no termination with test input file (`tests/inputs/pytest_test.xlsx`)
- Basic pytest to ensure no termination with test input file (`tests/inputs/pytest_test.xlsx`) (#150)

## [Offgridders V4.6.1] - 2020-11-07

Expand Down

0 comments on commit 3c3349c

Please sign in to comment.