Skip to content

Commit

Permalink
Bump version to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nkantar committed Jan 27, 2025
1 parent 59504b0 commit 56920b1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@

## [Unreleased]


## [3.0.3] - 2025-01-26

### Added
- Python 3.13 and 3.14-dev to CI version matrix
- `py.typed`

### Removed
- `default_if_none` decorator in favor of in-function implementation
Expand Down Expand Up @@ -201,7 +205,8 @@
- Basic functionality


[Unreleased]: https://github.com/nkantar/Parsenvy/compare/3.0.2...HEAD
[Unreleased]: https://github.com/nkantar/Parsenvy/compare/3.0.3...HEAD
[3.0.3]: https://github.com/nkantar/Parsenvy/compare/3.0.2...3.0.3
[3.0.2]: https://github.com/nkantar/Parsenvy/compare/3.0.1...3.0.2
[3.0.1]: https://github.com/nkantar/Parsenvy/compare/3.0.0...3.0.1
[3.0.0]: https://github.com/nkantar/Parsenvy/compare/2.1.0...3.0.0
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Parsenvy: Enviously Elegant Environment Variable Parsing
:target: https://badge.fury.io/py/parsenvy
:alt: badgefury svg

.. image:: https://img.shields.io/github/commits-since/nkantar/Parsenvy/3.0.2
.. image:: https://img.shields.io/github/commits-since/nkantar/Parsenvy/3.0.3
:target: https://github.com/nkantar/Parsenvy/blob/main/CHANGELOG.md#unreleased
:alt: Unreleased chages

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
author = "Nik Kantar <[email protected]>"

# The full version, including alpha/beta/rc tags
release = "3.0.2"
release = "3.0.3"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "Parsenvy"
version = "3.0.2"
version = "3.0.3"
dependencies = []
requires-python = ">=3.9"
authors = [
Expand Down
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 56920b1

Please sign in to comment.