Skip to content

Commit

Permalink
update version to 2.9.0+dev
Browse files Browse the repository at this point in the history
  • Loading branch information
KotlinIsland committed Dec 4, 2024
1 parent 7f51192 commit 6c73030
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Basedmypy Changelog

## [Unreleased]

## [2.8.0]
### Added
- ban variance on `TypeVar` definitions (#817)
- enforce `TypeVar` constraints on type applications (#817)
Expand Down
2 changes: 1 addition & 1 deletion mypy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# friendly version information
based_version_info = VersionInfo(
2, 8, 0, "dev", 0, __version__.split("+dev")[0], "dev" if "+dev" in __version__ else "final"
2, 9, 0, "dev", 0, __version__.split("+dev")[0], "dev" if "+dev" in __version__ else "final"
)
# simple string version with git info
__based_version__ = based_version_info.simple_str()
Expand Down

0 comments on commit 6c73030

Please sign in to comment.