Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f49175d

Browse filesBrowse files
author
semantic-release
committed
chore: release v7.1.0
1 parent 8719985 commit f49175d
Copy full SHA for f49175d

File tree

Expand file treeCollapse file tree

2 files changed

+24
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+24
-1
lines changed
Open diff view settings
Collapse file

‎CHANGELOG.md‎

Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
All versions below are listed in reverse chronological order.
44

5+
## v7.1.0 (2025-12-28)
6+
7+
### Bug Fixes
8+
9+
- **utils**: Prevent negative sleep time in rate limit retry
10+
([`4221195`](https://github.com/python-gitlab/python-gitlab/commit/422119576287de30e1b70411c7ab0bbe39231af7))
11+
12+
### Continuous Integration
13+
14+
- **release**: Use the correct token for publish to GitHub
15+
([`614a74c`](https://github.com/python-gitlab/python-gitlab/commit/614a74c00f027f70b8e48a6b2a2ddcd3f823bffa))
16+
17+
### Features
18+
19+
- **registry-protection**: Add support for registry protection rule deletion
20+
([`9dd62c3`](https://github.com/python-gitlab/python-gitlab/commit/9dd62c3f5bcf3e082c2733bd4edc068f993c22ec))
21+
22+
### Testing
23+
24+
- **functional**: Update to GitLab 18.6 and resolve issues found
25+
([`c7c139b`](https://github.com/python-gitlab/python-gitlab/commit/c7c139b9e7823ec1800a819233aee469355ee8d1))
26+
27+
528
## v7.0.0 (2025-10-29)
629

730
### Features
Collapse file

‎gitlab/_version.py‎

Copy file name to clipboardExpand all lines: gitlab/_version.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
__email__ = "gauvainpocentek@gmail.com"
44
__license__ = "LGPL3"
55
__title__ = "python-gitlab"
6-
__version__ = "7.0.0"
6+
__version__ = "7.1.0"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.