-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #48 from semi-technologies/weaviate_v1_migration
Weaviate v1 migration
- Loading branch information
Showing
23 changed files
with
544 additions
and
230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
1. Make sure you set the right version in the `setup.py` | ||
2. Then build the new package:\ | ||
`python setup.py bdist_wheel` | ||
`python setup.py sdist bdist_wheel` | ||
3. And check it:\ | ||
`twine check dist/*` | ||
4. Check if you are on **Master** in case of full release. | ||
5. **Commit** the most current version to GitHub if this has not been done yet. | ||
6. Make sure you gave the commit of the current version a proper tag:\ | ||
`git tag -a '<your tag>' -m '<some message for the tag>' && git push --tags` | ||
tags are either in the form of `0.2.5` or `0.2.5rc0`. | ||
tags are either in the form of `v0.2.5` or `v0.2.5rc0`. | ||
7. Finally publish:\ | ||
`twine upload dist/*` | ||
8. After publishing change the version in `setup.py` to the next developement number. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
weaviate-client==1.2.0 | ||
click==7.1.2 | ||
weaviate-client==2.0.* | ||
click==7.1.2 |
Empty file.
Empty file.
Oops, something went wrong.