Skip to content

Commit b2804d4

Browse files
committed
Release 1.0.1
1 parent 854c1da commit b2804d4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Changes for crate
44

55
Unreleased
66
==========
7+
8+
9+
2024/11/23 1.0.1
10+
================
11+
712
- Python: Fixed "implicit namespace packages" migration by omitting
813
``__init__.py`` from ``crate`` namespace package, see `PEP 420`_
914
and `Package Discovery and Namespace Package » Finding namespace packages`_.

src/crate/client/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
# version string read from setup.py using a regex. Take care not to break the
3131
# regex!
32-
__version__ = "1.0.0"
32+
__version__ = "1.0.1"
3333

3434
# codeql[py/unused-global-variable]
3535
apilevel = "2.0"

0 commit comments

Comments
 (0)