Skip to content

Commit

Permalink
bump: version 2.3.0 → 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 17, 2024
1 parent 4e8f1b2 commit fe5d343
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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).

## 2.3.1 (2024-03-17)

### Fix

- **ci**: backup before pulling new codebase
- **i18n**: exclude traduction files from .gitignore

## 2.3.0 (2024-03-17)

### Feat
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-2.3.0-blue)
![version](https://img.shields.io/badge/version-2.3.1-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 @@ -116,7 +116,7 @@ omit = [

[tool.commitizen]
name = "cz_conventional_commits"
version = "2.3.0"
version = "2.3.1"
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__ = "2.3.0"
__version__ = "2.3.1"

0 comments on commit fe5d343

Please sign in to comment.