Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Oct 31, 2024
1 parent 1cc3d6d commit f7d1404
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.1.0 (2024-10-31)
==================

No significant changes.


1.1.0b1 (2024-10-01)
====================

Expand Down
2 changes: 1 addition & 1 deletion src/resolvelib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"ResolutionTooDeep",
]

__version__ = "1.1.0b1"
__version__ = "1.1.0"


from .providers import AbstractProvider
Expand Down

0 comments on commit f7d1404

Please sign in to comment.