We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cebe2b commit 79a19f1Copy full SHA for 79a19f1
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Pyttman Changelog
2
3
+
4
+# V 1.2.0.2
5
6
+This is a hotfix release, fixing an issue with EntityFields with `valid_strings`
7
+configured combined with 'suffixes' and/or 'prefixes',
8
+where the 'prefixes' and/or 'suffixes' were ignored, if an entity matched
9
+a string mentioned in 'valid_strings'.
10
11
12
13
# V 1.2.0.1
14
15
This is a hotfix release, fixing an issue with EntityFields with `as_list`
pyttman/version.py
@@ -1,2 +1,2 @@
-__version__ = "1.2.0.1"
+__version__ = "1.2.0.2a"
0 commit comments