Skip to content

Commit

Permalink
bump: version 0.3.1 → 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 21, 2024
1 parent 714861b commit b57659c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.3.2 (2024-02-21)

### Fix

- **versioning**: correct version format

## 0.3.1 (2024-02-21)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# toolbox
A generic application to make the development of Django modules easier.

![version](https://img.shields.io/badge/version-0.3.1-blue)
![version](https://img.shields.io/badge/version-0.3.2-blue)
![python_version](https://img.shields.io/badge/python-3.12-blue)
![pre-commit_action](https://github.com/jlebunetel/toolbox/actions/workflows/pre-commit.yml/badge.svg)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ omit = [

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.3.1"
version = "0.3.2"
version_files = [
"pyproject.toml:version",
"README.md:version-",
Expand Down
2 changes: 1 addition & 1 deletion toolbox/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""toolbox, a generic application to make the development of Django modules easier."""

__version__ = "0.3.1"
__version__ = "0.3.2"

0 comments on commit b57659c

Please sign in to comment.