We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 854c1da commit b2804d4Copy full SHA for b2804d4
CHANGES.rst
@@ -4,6 +4,11 @@ Changes for crate
4
5
Unreleased
6
==========
7
+
8
9
+2024/11/23 1.0.1
10
+================
11
12
- Python: Fixed "implicit namespace packages" migration by omitting
13
``__init__.py`` from ``crate`` namespace package, see `PEP 420`_
14
and `Package Discovery and Namespace Package » Finding namespace packages`_.
src/crate/client/__init__.py
@@ -29,7 +29,7 @@
29
30
# version string read from setup.py using a regex. Take care not to break the
31
# regex!
32
-__version__ = "1.0.0"
+__version__ = "1.0.1"
33
34
# codeql[py/unused-global-variable]
35
apilevel = "2.0"
0 commit comments