Skip to content

Commit 79a19f1

Browse files
committed
changelog and version updated for 1.2.0.2
1 parent 1cebe2b commit 79a19f1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Pyttman Changelog
22

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+
313
# V 1.2.0.1
414

515
This is a hotfix release, fixing an issue with EntityFields with `as_list`

pyttman/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
__version__ = "1.2.0.1"
2+
__version__ = "1.2.0.2a"

0 commit comments

Comments
 (0)