diff --git a/CHANGES.rst b/CHANGES.rst index 4eacc6c..0995415 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,6 +6,9 @@ Significant or incompatible changes listed here. Unreleased - TBA ---------------- + +3.0 (2022-11-27) +---------------- * Added ``SLE`` & ``VED`` currencies. * Removed support for Python 3.6. * Added support for Python 3.10 & 3.11. diff --git a/docs/conf.py b/docs/conf.py index b2a7ff9..f585a87 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = "Kai Wu" # The full version, including alpha/beta/rc tags -release = "2.0" +release = "3.0" # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index c3452cb..c81c320 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = py-moneyed -version = 2.0 +version = 3.0 description = Provides Currency and Money classes for use in your Python code. long_description = file: README.rst long_description_content_type = text/x-rst