Skip to content

Commit 7c23861

Browse files
committed
Create release version 2.12
1 parent e27497c commit 7c23861

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# sys.path.insert(0, os.path.abspath(os.path.join("../..", "src")))
2121

2222
# from mslice import version_info # noqa: E402
23-
version_info = (2, 11, 0)
23+
version_info = (2, 12, 0)
2424

2525
# -- General configuration ------------------------------------------------
2626

src/mslice/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
on Mantid (http://www.mantidproject.org).
77
"""
88

9-
version_info = (2, 11, 0)
9+
version_info = (2, 12, 0)
1010
__version__ = ".".join(map(str, version_info))
1111
__project_url__ = "https://github.com/mantidproject/mslice"

0 commit comments

Comments
 (0)