Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3ea2a55

Browse files
authored
Update version for 2.2.0 release (#572)
All the tickets we need to support the UM should now be committed. Increment the Fab version number for the next release, ready for the Summer 26 release of the models and software environment.
1 parent 17176d1 commit 3ea2a55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/fab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import logging
1111
import sys
1212

13-
__version__ = '2.1.dev.1'
13+
__version__ = '2.2.dev0'
1414

1515
logger = logging.getLogger(__name__)
1616
logger.addHandler(logging.StreamHandler(sys.stdout))

0 commit comments

Comments
 (0)