1 parent aa28405 commit a013879Copy full SHA for a013879
2 files changed
CHANGELOG.rst
@@ -6,6 +6,13 @@ Important changes are emphasized.
6
Unreleased
7
^^^^^^^^^^
8
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
16
22.0.0
17
^^^^^^
18
pypinfo/__init__.py
@@ -1 +1 @@
1
-__version__ = '22.0.0'
+__version__ = '23.0.0'
0 commit comments