Skip to content

Commit a562911

Browse files
committed
RELEASE 0.49
1 parent b337308 commit a562911

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
PENDING: Dataiter 0.49
2-
======================
1+
2023-11-08: Dataiter 0.49
2+
=========================
33

44
* `dt`: Handle all NaT input
55
* Migrate from `setup.py` to `hatch` and `pyproject.toml`

benchmark-versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set -e
1818
rm -f $OUTPUT_FILE
1919
echo "name,version,elapsed" > $OUTPUT_FILE
2020
cp -fv benchmark.py $SCRIPT
21-
for VERSION in 0.48 master; do
21+
for VERSION in 0.49 master; do
2222
benchmark $VERSION
2323
done
2424
rm -f $SCRIPT $TMP_FILE

dataiter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
from dataiter import util
2626

27-
__version__ = "0.48"
27+
__version__ = "0.49"
2828

2929
DEFAULT_PEEK_ELEMENTS = 10
3030
DEFAULT_PEEK_ITEMS = 3

0 commit comments

Comments
 (0)