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 d2a52c2 commit dbe4fc3Copy full SHA for dbe4fc3
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Pyttman Changelog
2
3
+# V 1.2.0.3
4
+This is a hotfix release, fixing an issue with default values in
5
+TextEntityFields, causing a crash if it was combined with `as_list=True`, and
6
+`valid_strings`.
7
+
8
9
+### **🐛 Splatted bugs and corrected issues**
10
+* **Fixes [#68](https://github.com/dotchetter/Pyttman/issues/68)**
11
12
13
14
15
# V 1.2.0.2
16
pyttman/version.py
@@ -1,2 +1,2 @@
-__version__ = "1.2.0.2a"
+__version__ = "1.2.0.3"
0 commit comments