Skip to content

Commit d705100

Browse files
committed
Generation hotfix
1 parent 46c28aa commit d705100

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/cat/cats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import itertools
99
import os.path
1010
import sys
11-
from random import choice, randint, sample, random, getrandbits, randrange
11+
from random import choice, choices, randint, sample, random, getrandbits, randrange
1212
from typing import Dict, List, Any, Union, Callable, Optional, TYPE_CHECKING
1313

1414
import i18n

scripts/housekeeping/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
logger = logging.getLogger(__name__)
1111

1212
VERSION_NAME = "unknown"
13-
SPS_VERSION = "1.1.5dev"
13+
SPS_VERSION = "1.1.6dev"
1414
# This is saved in the Clan save-file, and is used for save-file converstion.
1515
SAVE_VERSION_NUMBER = 3
1616

0 commit comments

Comments
 (0)