Skip to content

Commit

Permalink
Update CHANGELOG and setup.py for release 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
s-emerson committed Mar 7, 2024
1 parent 837fa9d commit 9f4336b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
Changelog
=========
## [1.13.0] - 2024-03-07
### Summary
This release adds logging functionality (report_handler) to NACCulator's output (found in the `logs` folder), along with several minor bug fixes.

### Added
* Added report_handler (Kshitij Sinha)

### Fixed
* Fix filter name in nacculator_cfg.ini.example (Samantha Emerson)
* Add A3NOT field to ivp and fvp builder files (Samantha Emerson)
* Add FTLD fields to Z1X in builder.py for ivp and fvp (Samantha Emerson)

## [1.12.1] - 2023-10-27
### Summary
This release fixes some blanking logic errors in the new Neuropath version 11 module.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from setuptools import setup, find_packages

VERSION = "1.12.1"
VERSION = "1.13.0"

setup(
name="nacculator",
Expand Down

0 comments on commit 9f4336b

Please sign in to comment.