Skip to content

Commit

Permalink
Merge pull request #274 from weaviate/release/v3.15.4
Browse files Browse the repository at this point in the history
v3.15.4
  • Loading branch information
dirkkul authored Mar 27, 2023
2 parents feb04d6 + 6894dae commit c801fbf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

Version 3.15.4
--------------
This patch version includes:

- Fix imports of EmbeddedDB on Mac. It now properly raises an exception that MacOS is currently unsupported.


Version 3.15.3
--------------
This patch version includes:
Expand Down
2 changes: 1 addition & 1 deletion test/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ def test_version(self):
Test the `__version__` global variable.
"""

self.assertEqual(weaviate.__version__, "3.15.3", "Check if the version is set correctly!")
self.assertEqual(weaviate.__version__, "3.15.4", "Check if the version is set correctly!")
2 changes: 1 addition & 1 deletion weaviate/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Weaviate-Python-Client version.
"""

__version__ = "3.15.3"
__version__ = "3.15.4"

0 comments on commit c801fbf

Please sign in to comment.