Skip to content

Commit a5e6c0f

Browse files
committed
release 3.6.0
1 parent e59eba4 commit a5e6c0f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
# -- Project information -----------------------------------------------------
1919

2020
project = 'csvw'
21-
copyright = '2024, Robert Forkel'
21+
copyright = '2025, Robert Forkel'
2222
author = '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 ---------------------------------------------------

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = csvw
3-
version = 3.5.2.dev0
3+
version = 3.6.0
44
license = Apache 2.0
55
license_files = LICENSE
66
author = Robert Forkel

src/csvw/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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'

0 commit comments

Comments
 (0)