Skip to content

Commit

Permalink
build: Release v0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
skorokithakis committed May 4, 2024
1 parent aa5b42c commit 9cabb8d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog


## Unreleased

### Fixes

* Fix setuptools not finding the schema package (fixes #311) [Stavros Korokithakis]


## v0.7.6 (2024-03-26)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from contextlib2 import ExitStack # Python 2.x/3.0-3.2 fallback


__version__ = "0.7.6"
__version__ = "0.7.7"
__all__ = [
"Schema",
"And",
Expand Down

0 comments on commit 9cabb8d

Please sign in to comment.