File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ Changelog
22=========
33
44
5- unreleased
6- ----------
5+ Version 3.6.0
6+ -------------
77
88- Switch dependency from colorama to termcolor, which seems to be better maintained.
99- Enhanced `dsv.UnicodeWriter.writerows` to allow simpler writing of CSV rows from `dict` objects.
Original file line number Diff line number Diff line change 1818# -- Project information -----------------------------------------------------
1919
2020project = 'csvw'
21- copyright = '2024 , Robert Forkel'
21+ copyright = '2025 , Robert Forkel'
2222author = 'Robert Forkel'
2323
2424# The full version, including alpha/beta/rc tags
25- release = '3.5.2.dev0 '
25+ release = '3.6.0 '
2626
2727
2828# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11[metadata]
22name = csvw
3- version = 3.5.2.dev0
3+ version = 3.6.0
44license = Apache 2.0
55license_files = LICENSE
66author = Robert Forkel
Original file line number Diff line number Diff line change 2121]
2222
2323__title__ = 'csvw'
24- __version__ = '3.5.2.dev0 '
24+ __version__ = '3.6.0 '
2525__author__ = 'Robert Forkel'
2626__license__ = 'Apache 2.0, see LICENSE'
2727__copyright__ = 'Copyright (c) 2024 Robert Forkel'
You can’t perform that action at this time.
0 commit comments