Skip to content

Commit 34740ae

Browse files
committed
Update CHANGELOG and setup.py for release 1.13.1
1 parent 685cff9 commit 34740ae

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
Changelog
22
=========
3+
## [1.13.1] - 2024-04-15
4+
### Summary
5+
This release removes the `.vscode` sub-module from the NACCulator repo, since it points to a private repository and makes NACCulator difficult to install for those who do not have permissions for the .vscode repo.
6+
7+
### Removed
8+
* Remove private submodule (Michael Bentz)
9+
310
## [1.13.0] - 2024-03-07
411
### Summary
512
This release adds logging functionality (report_handler) to NACCulator's output (found in the `logs` folder), along with several minor bug fixes.

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.13.0"
9+
VERSION = "1.13.1"
1010

1111
setup(
1212
name="nacculator",

0 commit comments

Comments
 (0)