Skip to content

Commit

Permalink
chore: Bump version to 0.0.4 and update documentation and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
codeperfectplus committed Jun 15, 2024
1 parent 2a6d98f commit f9f4981
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Version 0.0.3
## Version 0.0.4

- Support for multi insert queries added

## Version 0.0.3

- `dum_db` parameter changed to `commit` in insert queries
- Bug fixes

## Version 0.0.2

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 align="center"><a href="https://pypi.org/project/quickDatabase/">Quick DB ⚡ 0.0.3</a></h1>
<h1 align="center"><a href="https://pypi.org/project/quickDatabase/">Quick DB ⚡ 0.0.4</a></h1>

<p align="center">
Light weight database for python, with a simple API and a simple file format.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from datetime import datetime

project = 'quickDB'
release = '0.0.3'
release = '0.0.4'
templates_path = ['_templates']
source_suffix = ".rst"
master_doc = "index"
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 @@

setuptools.setup(
name="quickDatabase",
version="0.0.3",
version="0.0.4",
author="Deepak Raj",
author_email="[email protected]",
description="Simple python database",
Expand Down

0 comments on commit f9f4981

Please sign in to comment.