Skip to content

Commit 3eb8f9c

Browse files
author
mbentz-uf
committed
Update CHANGELOG, AUTHORS, and setup.py for release 1.10.0
1 parent d78536d commit 3eb8f9c

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Contributors at the University of Florida
2222

2323
* Tarun Gupta Akirala
2424
* Christopher P. Barnes
25+
* Michael Bentz
2526
* Naomi Braun
2627
* Philip Chase
2728
* Samantha Emerson

CHANGELOG

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
Changelog
22
=========
3+
## [1.10.0] - 2022-08-31
4+
### Summary
5+
This release introduces minor fixes to the FTLD and LBD Short Version modules.
6+
7+
### Added
8+
* Add missing field for #3 in LBD Short Version FVP form E2L in the builder file (Samantha Emerson)
9+
* Add ability to run filters on a local redcap export csv rather than automatically downloading via redcap api (Samantha Emerson)
10+
11+
### Changed
12+
* Update gitignore (mbentz-uf)
13+
* Update allowable_favlues on FTDRATIO in ftld forms.py files to account for error code (Samantha Emerson)
14+
* Re-adjust Z1X spacing on FVP LBDSV to account for invisible deprecated C1 form (Samantha Emerson)
15+
* Update Z1X positions in forms.py for lbd short version (Samantha Emerson)
16+
317
## [1.9.0] - 2022-06-24
418

519
### Summary

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from setuptools import setup, find_packages
88

9-
VERSION = "1.9.0"
9+
VERSION = "1.10.0"
1010

1111
setup(
1212
name="nacculator",

0 commit comments

Comments
 (0)