Skip to content

Commit

Permalink
ready for release 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hemidactylus committed Feb 17, 2024
1 parent 4ccfd39 commit e25b698
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ Add asyncio's a* methods to the table interface:
aann_search, ametric_ann_search
afind_entries, afind_and_delete_entries
Add explicit async_setup parameter to table constructors
CI/CD (with testing on Astra DB)
bugfix: type of kwargs/pargs in most calls
bugfix: type of input for [check_]resolve_session
repo housekeeping:
CI/CD (with testing on Astra DB)
removed branch 'dev' from git flow

v 0.1.4
=======
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,12 @@ catch versions-specific issues
- Bump version in setup.py
- Add to `CHANGES.txt`
- Commit the very code that will be built:
- `git tag v<x.y.z>; git push origin v<x.y.z>`

```
rm dist/cassio*
make build
twine upload dist/* # (login to PyPI ...)
twine upload dist/cassio* # (login to PyPI ...)
```

### Testing
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="cassio",
version="0.1.4",
version="0.1.5",
author="Stefano Lottini",
author_email="[email protected]",
package_dir={"": "src"},
Expand Down

0 comments on commit e25b698

Please sign in to comment.