Release 3.26

Refs #415, #416, #420, #421, #425
This commit is contained in:
Simon Willison 2022-04-13 15:51:48 -07:00
commit 6915fbcce2
2 changed files with 11 additions and 1 deletions

View file

@ -2,6 +2,16 @@
Changelog
===========
.. _v3_26:
3.26 (2022-04-13)
-----------------
- New ``errors=r.IGNORE/r.SET_NULL`` parameter for the ``r.parsedatetime()`` and ``r.parsedate()`` :ref:`convert recipes <cli_convert_recipes>`. (:issue:`416`)
- Fixed a bug where ``--multi`` could not be used in combination with ``--dry-run`` for the :ref:`convert <cli_convert>` command. (:issue:`415`)
- New documentation: :ref:`cli_convert_complex`. (:issue:`420`)
- More robust detection for whether or not ``deterministic=True`` is supported. (:issue:`425`)
.. _v3_25_1:
3.25.1 (2022-03-11)

View file

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import io
import os
VERSION = "3.25.1"
VERSION = "3.26"
def get_long_description():