diff --git a/Changelog b/Changelog index adbcc5f..0e673c2 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -Version 0.1.35 unreleased +Version 0.1.35 30 Apr 2022 * Adjust the pyproject.toml include directive to limit what goes into wheel. * Remove the Safety scanner from the pre-commit hooks and GitHub action. diff --git a/NOTICE b/NOTICE index c419e19..e5ab5a0 100644 --- a/NOTICE +++ b/NOTICE @@ -1,7 +1,7 @@ Unless otherwise indicated, all material in this repository is under the following license: - Copyright (c) 2020-2021 Kenneth J. Pronovici + Copyright (c) 2020-2022 Kenneth J. Pronovici Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/pyproject.toml b/pyproject.toml index 09a51fb..53885c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "apologies" -version = "0.1.34" +version = "0.1.35" description = "Python code to play a game similar to Sorry" authors = ["Kenneth J. Pronovici "] license = "Apache-2.0"