Skip to content

Commit

Permalink
fix: default collection data insert
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryu-CZ committed May 10, 2023
1 parent 8ca6d13 commit a816ba6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.1.5] - 2023-05-09
## [0.1.6] - 2023-05-10

### Fix

- broken default data insert from last commit

## [0.1.5] - 2023-05-10

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion src/mongomancy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Abstraction layer of PyMongo with auto-reconnect and collection initialization support.
"""
__version__ = "0.1.5"
__version__ = "0.1.6"

# pymongo shortcuts
import pymongo
Expand Down

0 comments on commit a816ba6

Please sign in to comment.