Skip to content

Commit e7229ce

Browse files
committed
chore: release v4.1.1
1 parent b928639 commit e7229ce

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33

44

5+
## v4.1.1 (2023-11-03)
6+
7+
### Chore
8+
9+
* chore(ci): add release id to workflow step ([`9270e10`](https://github.com/python-gitlab/python-gitlab/commit/9270e10d94101117bec300c756889e4706f41f36))
10+
11+
* chore(deps): update all non-major dependencies ([`32954fb`](https://github.com/python-gitlab/python-gitlab/commit/32954fb95dcc000100b48c4b0b137ebe2eca85a3))
12+
13+
### Documentation
14+
15+
* docs(users): add missing comma in v4 API create runner examples
16+
17+
The examples which show usage of new runner registration api endpoint
18+
are missing commas. This change adds the missing commas. ([`b1b2edf`](https://github.com/python-gitlab/python-gitlab/commit/b1b2edfa05be8b957c796dc6d111f40c9f753dcf))
19+
20+
### Fix
21+
22+
* fix(build): include py.typed in dists ([`b928639`](https://github.com/python-gitlab/python-gitlab/commit/b928639f7ca252e0abb8ded8f9f142316a4dc823))
23+
24+
525
## v4.1.0 (2023-10-28)
626

727
### Chore

gitlab/_version.py

Lines 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__ = "4.1.0"
6+
__version__ = "4.1.1"

0 commit comments

Comments
 (0)