Skip to content

Commit

Permalink
Release v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bswck committed May 11, 2024
1 parent ca4433a commit c2606dc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

<!-- insertion marker -->

## [v3.3.1](https://github.com/bswck/runtime_generics/tree/v3.3.1) (2024-05-11)


### Fixed

- Type safety of `_get_parents`.


## [v3.3.0](https://github.com/bswck/runtime_generics/tree/v3.3.0) (2024-05-11)


Expand Down
2 changes: 0 additions & 2 deletions news/+07f1f01c.fixed.md

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "runtime_generics"
version = "3.3.0"
version = "3.3.1"
description = "Reuse generic class type arguments at runtime."
authors = ["bswck <bartoszpiotrslawecki@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit c2606dc

Please sign in to comment.