Py-moneyed

Latest version: v3.0

Safety actively analyzes 627821 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.7

----------------

* ``Money.__str__`` changed under Python 2 to use only ASCII characters.
This means that currency codes, rather than symbols, are used.

* Lots of additional locales supported out of the box.

* Python 3.5 supported

* Fixed 70 - format_money error when the locale is not in the formatting
definitions: the default is not used.

* Various other bug fixes

0.6

---------------

* See VCS logs.


Release process
===============

* Check that all tests are passing on GitHub Actions: https://github.com/py-moneyed/py-moneyed/actions?query=workflow%3Abuild+branch%3Amaster

* Change version number in:

* setup.cfg
* docs/conf.py

* Fix 'CHANGES.rst' so the top section says "[new version number] [date]"

* Commit to VCS

* Tag the release e.g.::

git tag v0.7
git push upstream --tags

Post release
~~~~~~~~~~~~

* Add new section to CHANGES.rst - "[next version number] (unreleased)"

* Add next version number plus "-dev" suffix in ``setup.py``, ``docs/conf.py``

Page 2 of 2

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.