Skip to content

Commit

Permalink
Merge pull request #1140 from weaviate/3_26_4_fix_changelog
Browse files Browse the repository at this point in the history
Fix version in changelog
  • Loading branch information
dirkkul committed Jul 1, 2024
2 parents 97d01b9 + d04bb61 commit cc7a542
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

Version 3.26.3
Version 3.26.4
--------------
This patch version includes

Expand Down
10 changes: 5 additions & 5 deletions requirements-devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ pytest-httpserver>=1.0.8

mypy>=1.5.1,<2.0.0
mypy-extensions==1.0.0
tomli>=2.0.1<3.0.0
types-protobuf>=4.24.0.1<5.0.0
types-requests>=2.31.0.2<3.0.0
types-urllib3>=1.26.25.14<2.0.0
typing_extensions>=4.7.1<5.0.0
tomli>=2.0.1,<3.0.0
types-protobuf>=4.24.0.1,<5.0.0
types-requests>=2.31.0.2,<3.0.0
types-urllib3>=1.26.25.14,<2.0.0
typing_extensions>=4.7.1,<5.0.0

pre-commit

Expand Down

0 comments on commit cc7a542

Please sign in to comment.