Skip to content

Commit

Permalink
Merge pull request #1132 from mantidproject/1123-mi-versions
Browse files Browse the repository at this point in the history
Update version to 2.2
  • Loading branch information
samtygier-stfc authored Sep 8, 2021
2 parents df95e97 + 9e43d4e commit c1aa0b1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ authors:
given-names: Sam
orcid: https://orcid.org/0000-0002-7495-8655
title: "Mantid Imaging"
version: "2.1.0"
version: "2.2.0"
doi: 10.5281/zenodo.4728059
date-released: 2021-04-29
license: "GPL-3.0-or-later"
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@
# built documents.
#
# The short X.Y version.
version = u'2.1'
version = u'2.2'
# The full version, including alpha/beta/rc tags.
release = u'2.1.0'
release = u'2.2.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later

__version__ = '2.1.0rc'
__version__ = '2.2.0'
"""
The gui package is not imported here, because it will pull in all of PyQt
packages, which we do not want when using only the CLI. This is both a speedup
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def run(self):

setup(
name="mantidimaging",
version="2.1.0rc",
version="2.2.0",
packages=find_packages(),
package_data={
"mantidimaging.gui": ["ui/*.ui", "ui/images/*.png", "windows/wizard/*.yml"],
Expand Down

0 comments on commit c1aa0b1

Please sign in to comment.