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
Artur Lissin authored and artdotlis committed Jan 15, 2025
1 parent 3579c01 commit 894df9f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.3.2 (2025-01-15)

### Fix

- remove shell spawning

## v0.3.1 (2025-01-15)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# INIT - Python

[![release: 0.3.1](https://img.shields.io/badge/rel-0.3.1-blue.svg?style=flat-square)](https://github.com/artdotlis/INITpy)
[![release: 0.3.2](https://img.shields.io/badge/rel-0.3.2-blue.svg?style=flat-square)](https://github.com/artdotlis/INITpy)
[![The Unlicense](https://img.shields.io/badge/License-Unlicense-brightgreen.svg?style=flat-square)](https://choosealicense.com/licenses/unlicense/)
[![Documentation Status](https://img.shields.io/badge/docs-GitHub-blue.svg?style=flat-square)](https://artdotlis.github.io/INITpy/)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "initpy"
version = "0.3.1"
version = "0.3.2"
description = """Initial bare-bone Python project."""
readme = "README.md"
authors = [
Expand Down

0 comments on commit 894df9f

Please sign in to comment.