Skip to content

Commit

Permalink
Update CHANGELOG and setup.py for release 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
s-emerson committed Apr 15, 2024
1 parent 685cff9 commit 34740ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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 34740ae

Please sign in to comment.