Skip to content

Commit 03ea59d

Browse files
committed
Hotfix release, version upped with changelog entry
1 parent 69da4be commit 03ea59d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
4+
# V 1.2.0.4
5+
This is a hotfix release, fixing an issue with BoolEntityField instances
6+
not parsing the values correctly if the sought word is also part of the
7+
'lead' and/or 'trail' tuples.
8+
9+
10+
### **🐛 Splatted bugs and corrected issues**
11+
* **Fixes [#69](https://github.com/dotchetter/Pyttman/issues/68)**
12+
13+
14+
315
# V 1.2.0.3
416
This is a hotfix release, fixing an issue with default values in
517
TextEntityFields, causing a crash if it was combined with `as_list=True`, and

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.3"
2+
__version__ = "1.2.0.4"

0 commit comments

Comments
 (0)