final release

This commit is contained in:
Glyph 2022-10-15 00:38:29 -07:00
parent e9a4735f18
commit 191ffbae5b
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
Incremental 22.10.0 (2022-10-15)
================================
No significant changes.
Incremental 22.10.0.rc1 (2022-10-04)
====================================

View File

@ -7,5 +7,5 @@ Provides Incremental version information.
from incremental import Version
__version__ = Version("Incremental", 22, 10, 0, release_candidate=1)
__version__ = Version("Incremental", 22, 10, 0)
__all__ = ["__version__"]