Skip to content

Commit 8373ac4

Browse files
Revise whatsnew bugfix
1 parent a1a0261 commit 8373ac4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/sphinx/source/whatsnew/v0.11.3.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ Enhancements
1414

1515
Bug Fixes
1616
~~~~~~~~~
17-
* Ensure proper tz and pytz types in pvlib.location.Location.
17+
* Ensure proper tz and pytz types in pvlib.location.Location. tz becomes the
18+
single source of time-zone truth, is the single time-zone setter interface,
19+
and the getter consistently returns an IANA string. pytz attribute becomes
20+
read only. Any datetime.tzinfo subclass is fully supported in tz setter.
1821
(:issue:`2340`, :pull:`2341`)
1922

2023

0 commit comments

Comments
 (0)