Skip to content

Commit 4437964

Browse files
author
Carlos
committed
chore: bump version
1 parent 548e912 commit 4437964

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# Changelog
22

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

5-
- Refactor: Modularized the codebase.
6-
- Refactor: Removed unused conversions to string.
7-
- Fix: Circular imports.
8-
- Fix: Type linting errors.
5+
6+
## [0.2.1](https://github.com/wilfredinni/dinero/releases/tag/0.2.1)
7+
8+
- Modularized the codebase.
9+
- Removed unused conversions to string.
10+
- Fixed Circular imports.
11+
- Fixed Type linting errors.
912

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

dinero/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from ._dinero import Dinero
22

33

4-
__version__ = "0.2.0"
4+
__version__ = "0.2.1"
55

66
__all__ = ["Dinero"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dinero"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Dinero is a library for working with monetary values in Python."
55
license = "MIT"
66
authors = ["Carlos Montecinos Geisse <carlos@pythoncheatsheet.org>"]

0 commit comments

Comments
 (0)