diff --git a/LICENSE b/LICENSE index 4c10442a..97cc2f17 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Battelle Energy Alliance, LLC +Copyright (c) 2024 - 2025 Battelle Energy Alliance, LLC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/NOTICE.txt b/NOTICE.txt index cf73c7ed..475fcd0a 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -3,7 +3,7 @@ Github URL: https://github.com/idaholab/MontePy Licensed under MIT -© 2024 Battelle Energy Alliance, LLC +© 2024 - 2025 Battelle Energy Alliance, LLC ALL RIGHTS RESERVED Prepared by Battelle Energy Alliance, LLC diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 01b42c94..75fe024f 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -37,7 +37,7 @@ MontePy Changelog **Performance Improvement** * Fixed cyclic memory reference that lead to memory leak in ``copy.deepcopy`` (:issue:`514`). -* Fixed O(N2) operation in how append works for object collections like Cells (:issue:`556`). +* Fixed O(N\ :sup:`2`) operation in how append works for object collections like Cells (:issue:`556`). **Bug Fixes** diff --git a/pyproject.toml b/pyproject.toml index 0a5ca915..102e5331 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ Homepage = "https://www.montepy.org/" Repository = "https://github.com/idaholab/MontePy.git" Documentation = "https://www.montepy.org/" "Bug Tracker" = "https://github.com/idaholab/MontePy/issues" -Changelog = "https://www.montepy.org/changelog.html" +Changelog = "https://www.montepy.org/en/stable/changelog.html" [project.scripts] "change_to_ascii" = "montepy._scripts.change_to_ascii:main"