Skip to content

Commit

Permalink
Changes:
Browse files Browse the repository at this point in the history
- Fix version numbering
  • Loading branch information
devkral committed Nov 22, 2024
1 parent a26a34d commit 755c93c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,20 @@ hide:

# Release Notes

## 0.23.2

## 0.23.3

### Fixed

- Autodetection of the instance was broken when a directory containing dots is in the folder.
- Fix compatibility with pydantic 2.10.
- Version number mismatch.

## 0.23.1
## 0.23.1 & 0.23.2

### Fixed

- Docs were broken.
- Autodetection of the instance was broken when a directory containing dots is in the folder.
- Fix compatibility with pydantic 2.10.

## 0.23.0

Expand Down
2 changes: 1 addition & 1 deletion edgy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "0.23.1"
__version__ = "0.23.3"
from typing import TYPE_CHECKING

from ._monkay import Instance, create_monkay
Expand Down

0 comments on commit 755c93c

Please sign in to comment.