Skip to content

Commit

Permalink
v0.8.1 (#14)
Browse files Browse the repository at this point in the history
- Update CHANGELOG.
- Update dev-dependencies.
  • Loading branch information
Gandori authored Sep 13, 2024
1 parent 4a2adac commit 3c58d15
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### Version - 0.8.1 (2024-09-13)

- Update dev-dependencies: add twine==5.1.1.
- Update dev-dependencies: add build==1.2.2.
- Update dev-dependencies: add wheel==0.44.0.
- Update dev-dependencies: add setuptools==74.1.2.
- Update dev-dependencies: add toml==0.10.2.

### Version - 0.8.0

- Implement collection.drop_index().
Expand Down
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = 'simple-mongodb'
version = '0.8.0'
version = '0.8.1'
description = " An asynchronous Python package for streamlined collection management in MongoDB "
requires-python = '>=3.12'
authors = []
Expand Down Expand Up @@ -33,6 +33,11 @@ dev = [
'fakeredis==2.23.2',
'pytest-mock==3.14.0',
'pytest-sugar==1.0.0',
'toml==0.10.2',
'setuptools==74.1.2',
'wheel==0.44.0',
'build==1.2.2',
'twine==5.1.1',
]

[tool.setuptools]
Expand Down

0 comments on commit 3c58d15

Please sign in to comment.