Skip to content

Commit 6915fbc

Browse files
committed
Release 3.26
Refs #415, #416, #420, #421, #425
1 parent cbaad1f commit 6915fbc

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/changelog.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
Changelog
33
===========
44

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

717
3.25.1 (2022-03-11)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import io
33
import os
44

5-
VERSION = "3.25.1"
5+
VERSION = "3.26"
66

77

88
def get_long_description():

0 commit comments

Comments
 (0)