Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfredinni committed Jun 26, 2023
1 parent 548e912 commit 4437964
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Changelog

## [Unreleased](https://github.com/wilfredinni/dinero/compare/0.2.0...master)
## [Unreleased](https://github.com/wilfredinni/dinero/compare/0.2.1...master)

- Refactor: Modularized the codebase.
- Refactor: Removed unused conversions to string.
- Fix: Circular imports.
- Fix: Type linting errors.

## [0.2.1](https://github.com/wilfredinni/dinero/releases/tag/0.2.1)

- Modularized the codebase.
- Removed unused conversions to string.
- Fixed Circular imports.
- Fixed Type linting errors.

## [0.2.0](https://github.com/wilfredinni/dinero/releases/tag/0.2.0) (2023-05-14)

Expand Down
2 changes: 1 addition & 1 deletion dinero/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from ._dinero import Dinero


__version__ = "0.2.0"
__version__ = "0.2.1"

__all__ = ["Dinero"]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dinero"
version = "0.2.0"
version = "0.2.1"
description = "Dinero is a library for working with monetary values in Python."
license = "MIT"
authors = ["Carlos Montecinos Geisse <carlos@pythoncheatsheet.org>"]
Expand Down

0 comments on commit 4437964

Please sign in to comment.