Skip to content

Commit

Permalink
chore: Prepare release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kieran-ryan committed Dec 31, 2024
1 parent 3962eb2 commit 2bd3648
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## 0.4.0 - 2023-12-31

### Added

- Python 3.12 and 3.13 support - [#70](https://github.com/kieran-ryan/pyprojectsort/pull/70)
Expand Down
2 changes: 1 addition & 1 deletion pyprojectsort/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from __future__ import annotations

MAJOR = 0
MINOR = 3
MINOR = 4
MICRO = 0

__version__ = f"{MAJOR}.{MINOR}.{MICRO}"

0 comments on commit 2bd3648

Please sign in to comment.