Skip to content

Commit dbe4fc3

Browse files
committed
Changelog entry and version bump for 1.2.0.3
1 parent d2a52c2 commit dbe4fc3

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

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+
314

415
# V 1.2.0.2
516

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.2a"
2+
__version__ = "1.2.0.3"

0 commit comments

Comments
 (0)