Skip to content

Commit

Permalink
2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Nov 7, 2023
1 parent c919bfd commit 6081172
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.3 (2023-11-07)

* Switch to internal, BSD-licensed Levenshtein code
* Fix not using cache for release archives

## 2.2.1 (2023-10-23)

* Remove some CI debugging code
Expand Down
2 changes: 1 addition & 1 deletion ecoinvent_interface/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"Settings",
]

__version__ = "2.2.1"
__version__ = "2.3"

from .storage import CachedStorage
from .settings import Settings, permanent_setting
Expand Down

0 comments on commit 6081172

Please sign in to comment.