Version 1.9.0

This commit is contained in:
Ashley Whetter 2022-07-25 11:53:50 -07:00
parent ef1d4cb28e
commit deb6944644
2 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@ Changelog
Versions follow `Semantic Versioning <https://semver.org/>`_ (``<major>.<minor>.<patch>``).
V1.9.0 (TBC)
------------
V1.9.0 (2022-07-25)
-------------------
Breaking Changes
^^^^^^^^^^^^^^^^

View File

@ -3,5 +3,5 @@
from .extension import setup
__version__ = "1.8.4"
__version_info__ = (1, 8, 4)
__version__ = "1.9.0"
__version_info__ = (1, 9, 0)