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 6eab5f78 authored by Dorian Turba's avatar Dorian Turba
Browse files

Bump version: 0.1.0 → 0.2.0

parent 6c6d0719
No related branches found
No related tags found
No related merge requests found
Pipeline #66152 passed
......@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[![Pipeline](https://lab.frogg.it/swepy/cookiecutter/python-package/badges/trunk/pipeline.svg)](https://lab.frogg.it/swepy/cookiecutter/python-package/-/pipelines?ref=trunk)
## [0.2.0] - 2025-06-14
[![Pipeline](https://lab.frogg.it/swepy/cookiecutter/python-package/badges/0.2.0/pipeline.svg)](https://lab.frogg.it/swepy/cookiecutter/python-package/-/pipelines?ref=0.2.0)
* Changelogs now with pipeline badges
## [0.1.0] - 2025-06-11
......
# Cookiecutter for Python projects
[![Latest Release](https://lab.frogg.it/swepy/cookiecutter/python-package/-/badges/release.svg?order_by=release_at)](https://lab.frogg.it/swepy/cookiecutter/python-package/-/releases)
[![Pipeline](https://lab.frogg.it/swepy/cookiecutter/python-package/badges/0.1.0/pipeline.svg)](https://lab.frogg.it/swepy/cookiecutter/python-package/-/pipelines?ref=0.1.0)
[![Pipeline](https://lab.frogg.it/swepy/cookiecutter/python-package/badges/0.2.0/pipeline.svg)](https://lab.frogg.it/swepy/cookiecutter/python-package/-/pipelines?ref=0.2.0)
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://lab.frogg.it/swepy/cookiecutter/python-package.git -c 0.1.0
uvx cookiecutter https://lab.frogg.it/swepy/cookiecutter/python-package.git -c 0.2.0
```
This command will guide you through a series of prompts to gather information about your
......
......@@ -10,7 +10,7 @@ dev = [
[project]
name = "python-package"
version = "0.1.0"
version = "0.2.0"
description = "Python package cookiecutter"
readme = "README.md"
authors = [
......@@ -22,7 +22,7 @@ dependencies = [
[tool.bumpversion]
commit = true
current_version = "0.1.0"
current_version = "0.2.0"
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