Post release version bump (#4747)

* Boilerplate version number update after v2.11.0 release.

* Small updates to release.rst
This commit is contained in:
Ralf W. Grosse-Kunstleve
2023-07-14 14:53:58 -07:00
committed by GitHub
parent 1a917f1852
commit e85696e80e
4 changed files with 17 additions and 8 deletions

View File

@@ -8,5 +8,5 @@ def _to_int(s: str) -> Union[int, str]:
return s
__version__ = "2.11.0"
__version__ = "2.12.0.dev1"
version_info = tuple(_to_int(s) for s in __version__.split("."))