Skip to content

Commit fe92752

Browse files
committed
chore: bump version
1 parent 0b0d01d commit fe92752

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased](https://github.com/wilfredinni/dinero/compare/0.1.6...master)
44

5+
## [0.1.8](https://github.com/wilfredinni/dinero/releases/tag/0.1.8) (2023-03-11)
6+
7+
- Update dependencies to the latest versions.
8+
- Updated README and documentation.
9+
- Fix security vulnerabilities.
10+
511
## [0.1.7](https://github.com/wilfredinni/dinero/releases/tag/0.1.7) (2023-03-05)
612

713
- Update dependencies to the latest versions.

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.1.7"
4+
__version__ = "0.1.8"
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.1.7"
3+
version = "0.1.8"
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)