Skip to content

Commit cc7a542

Browse files
authored
Merge pull request #1140 from weaviate/3_26_4_fix_changelog
Fix version in changelog
2 parents 97d01b9 + d04bb61 commit cc7a542

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
Version 3.26.3
4+
Version 3.26.4
55
--------------
66
This patch version includes
77

requirements-devel.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ pytest-httpserver>=1.0.8
2222

2323
mypy>=1.5.1,<2.0.0
2424
mypy-extensions==1.0.0
25-
tomli>=2.0.1<3.0.0
26-
types-protobuf>=4.24.0.1<5.0.0
27-
types-requests>=2.31.0.2<3.0.0
28-
types-urllib3>=1.26.25.14<2.0.0
29-
typing_extensions>=4.7.1<5.0.0
25+
tomli>=2.0.1,<3.0.0
26+
types-protobuf>=4.24.0.1,<5.0.0
27+
types-requests>=2.31.0.2,<3.0.0
28+
types-urllib3>=1.26.25.14,<2.0.0
29+
typing_extensions>=4.7.1,<5.0.0
3030

3131
pre-commit
3232

0 commit comments

Comments
 (0)