Skip to content

Commit

Permalink
Merge branch 'release/1.13.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
s-emerson committed Apr 15, 2024
2 parents 1493c44 + 34740ae commit 4818f39
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

1 change: 0 additions & 1 deletion .vscode
Submodule .vscode deleted from 8763da
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Changelog
=========
## [1.13.1] - 2024-04-15
### Summary
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.

### Removed
* Remove private submodule (Michael Bentz)

## [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.
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.13.0"
VERSION = "1.13.1"

setup(
name="nacculator",
Expand Down

0 comments on commit 4818f39

Please sign in to comment.