File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 11from ._dinero import Dinero
22
33
4- __version__ = "0.1.7 "
4+ __version__ = "0.1.8 "
55
66__all__ = ["Dinero" ]
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " dinero"
3- version = " 0.1.7 "
3+ version = " 0.1.8 "
44description = " Dinero is a library for working with monetary values in Python."
55license = " MIT"
66authors = [" Carlos Montecinos Geisse <carlos@pythoncheatsheet.org>" ]
You can’t perform that action at this time.
0 commit comments