| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b41b2de commit 10c7aee
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,11 @@ | |||
| 1 | 1 | # CHANGELOG | |
| 2 | 2 | ||
| 3 | + ## v4.11.1 (2024-09-13) | ||
| 4 | + | ||
| 5 | + ### Fix | ||
| 6 | + | ||
| 7 | + * fix(client): ensure type evaluations are postponed ([`b41b2de`](https://github.com/python-gitlab/python-gitlab/commit/b41b2de8884c2dc8c8be467f480c7161db6a1c87)) | ||
| 8 | + | ||
| 3 | 9 | ## v4.11.0 (2024-09-13) | |
| 4 | 10 | ||
| 5 | 11 | ### Chore | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,4 +3,4 @@ | |||
| 3 | 3 | __email__ = "gauvainpocentek@gmail.com" | |
| 4 | 4 | __license__ = "LGPL3" | |
| 5 | 5 | __title__ = "python-gitlab" | |
| 6 | - __version__ = "4.11.0" | ||
| 6 | + __version__ = "4.11.1" | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments