Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 35fbeec7 authored by Dorian Turba's avatar Dorian Turba
Browse files

Bump version: 0.2.1 → 0.2.2

parent 10881ae8
No related branches found
No related tags found
No related merge requests found
Pipeline #67302 passed
......@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[![Pipeline](https://gitlab.com/swepy/cookiecutter/python-package/badges/trunk/pipeline.svg)](https://gitlab.com/swepy/cookiecutter/python-package/-/pipelines?ref=trunk)
## [0.2.2] - 2025-06-30
[![Pipeline](https://gitlab.com/swepy/cookiecutter/python-package/badges/0.2.2/pipeline.svg)](https://gitlab.com/swepy/cookiecutter/python-package/-/pipelines?ref=0.2.2)
* Examples for each versions under `products` directory
### Added
......
# Cookiecutter for Python projects
[![Latest Release](https://gitlab.com/swepy/cookiecutter/python-package/-/badges/release.svg?order_by=release_at)](https://gitlab.com/swepy/cookiecutter/python-package/-/releases)
[![Pipeline](https://gitlab.com/swepy/cookiecutter/python-package/badges/0.2.1/pipeline.svg)](https://gitlab.com/swepy/cookiecutter/python-package/-/pipelines?ref=0.2.1)
[![Pipeline](https://gitlab.com/swepy/cookiecutter/python-package/badges/0.2.2/pipeline.svg)](https://gitlab.com/swepy/cookiecutter/python-package/-/pipelines?ref=0.2.2)
Managing the initial setup and boilerplate code for Python Package projects can be a repetitive and
time-consuming task. To streamline this process, we've created a Cookiecutter template that
......@@ -31,7 +31,7 @@ Navigate to the directory where you intend to store your new template and run th
following command:
```bash
uvx cookiecutter https://gitlab.com/swepy/cookiecutter/python-package.git -c 0.2.1
uvx cookiecutter https://gitlab.com/swepy/cookiecutter/python-package.git -c 0.2.2
```
This command will guide you through a series of prompts to gather information about your
......
......@@ -11,7 +11,7 @@ dev = [
[project]
name = "python-package"
version = "0.2.1"
version = "0.2.2"
description = "Python package cookiecutter"
readme = "README.md"
authors = [
......@@ -24,7 +24,7 @@ dependencies = [
[tool.bumpversion]
# bump-my-version bump major|minor|patch
commit = true
current_version = "0.2.1"
current_version = "0.2.2"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
replace = "{new_version}"
search = "{current_version}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment