Skip to content

Commit

Permalink
chore: release 0.7.0 (#141)
Browse files Browse the repository at this point in the history
<!--
SPDX-FileCopyrightText: © 2023 Romain Brault <mail@romainbrault.com>

SPDX-License-Identifier: MIT
-->

We are happy to accept contributions from our users 🚀. For more details
on how to contribute see
[here](https://github.com/RomainBrault/python-whiteprint/blob/main/CONTRIBUTING.md).

# Checklist:

- [ ] I agree to follow this project's Code of Conduct
- [ ] I have read the [Contributor
Guide](https://github.com/RomainBrault/python-whiteprint/blob/main/CONTRIBUTING.md)
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation

# Description

Please include a quick summary of the change and which issue is fixed.

Please also include relevant motivation and context.

Fixes # (issue)

# How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Please
also note
any relevant details for your test configuration.

- [ ] Test A
- [ ] Test B
  • Loading branch information
RomainBrault committed Apr 13, 2023
1 parent b1f6e61 commit 96d7377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[tool.poetry]
name = "python_whiteprint"
version = "0.6.1"
version = "0.7.0"
description = "Generating Python projects using best practices"
authors = [
"Romain Brault <mail@romainbrault.com>",
Expand Down

0 comments on commit 96d7377

Please sign in to comment.