Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 23, 2024
1 parent 854c1da commit b2804d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Changes for crate

Unreleased
==========


2024/11/23 1.0.1
================

- Python: Fixed "implicit namespace packages" migration by omitting
``__init__.py`` from ``crate`` namespace package, see `PEP 420`_
and `Package Discovery and Namespace Package » Finding namespace packages`_.
Expand Down
2 changes: 1 addition & 1 deletion src/crate/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

# version string read from setup.py using a regex. Take care not to break the
# regex!
__version__ = "1.0.0"
__version__ = "1.0.1"

# codeql[py/unused-global-variable]
apilevel = "2.0"
Expand Down

0 comments on commit b2804d4

Please sign in to comment.