Skip to content

Commit

Permalink
CleverCSV Release 0.7.4
Browse files Browse the repository at this point in the history
* Add wrapper for writing a list of dictionaries (write_dicts)
* Fix bug when writing CSVs using the `csv` module dialects
* Add the builtin dialects to CleverCSV (e.g., `clevercsv.excel`)
  • Loading branch information
GjjvdBurg committed May 12, 2022
1 parent 585c136 commit 003fc1e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## Version 0.7.4

* Add wrapper for writing a list of dictionaries (write_dicts)
* Fix bug when writing CSVs using the `csv` module dialects
* Add the builtin dialects to CleverCSV (e.g., `clevercsv.excel`)

## Version 0.7.3

* Release to build wheels for Python 3.10
Expand Down
8 changes: 8 additions & 0 deletions docs/CHANGELOG.rst
Expand Up @@ -2,6 +2,14 @@
Changelog
=========

Version 0.7.4
-------------


* Add wrapper for writing a list of dictionaries (write_dicts)
* Fix bug when writing CSVs using the ``csv`` module dialects
* Add the builtin dialects to CleverCSV (e.g., ``clevercsv.excel``\ )

Version 0.7.3
-------------

Expand Down

0 comments on commit 003fc1e

Please sign in to comment.