Skip to content

Commit 49c4ac1

Browse files
committed
grow to 23.0.0
1 parent aa28405 commit 49c4ac1

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Important changes are emphasized.
66
Unreleased
77
^^^^^^^^^^
88

9+
23.0.0
10+
^^^^^^
11+
12+
- Add support for Python 3.13 and 3.14
13+
- Drop support for EOL Python 3.8 and 3.9
14+
- Add ``--dry-run`` to check how many bytes would be billed, but don't actually run query
15+
916
22.0.0
1017
^^^^^^
1118

pypinfo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '22.0.0'
1+
__version__ = '23.0.0'

0 commit comments

Comments
 (0)