Skip to content

Commit 4818f39

Browse files
committed
Merge branch 'release/1.13.1'
2 parents 1493c44 + 34740ae commit 4818f39

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.gitmodules

-3
This file was deleted.

.vscode

-1
This file was deleted.

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)