Skip to content

Commit

Permalink
Release v0.1.35 to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
pronovic committed Apr 30, 2022
1 parent c38f483 commit d4ba0ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Unless otherwise indicated, all material in this repository is
under the following license:

Copyright (c) 2020-2021 Kenneth J. Pronovici <[email protected]>
Copyright (c) 2020-2022 Kenneth J. Pronovici <[email protected]>

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit d4ba0ea

Please sign in to comment.