Skip to content

Commit

Permalink
Bump version to 0.0.4 (#17)
Browse files Browse the repository at this point in the history
- Update RELEASE_NOTES.md
- Bump package version to 0.0.4
  • Loading branch information
DavisRayM authored Jun 3, 2021
1 parent b437996 commit 89c7401
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ This project has been funded by DG ECHO and implemented by Caritas Switzerland a

All release notes for this project will be documented in this file; this project follows [Semantic Versioning](https://semver.org/).

## v0.0.4 - 2021-06-03

### Bug fixes and improvements :bug:

- Ensure that deletions work as expected with S3. PR [#15](https://github.com/onaio/pull/15)

## v0.0.3 - 2021-05-12

### Bug fixes and improvements :bug:
Expand Down
2 changes: 1 addition & 1 deletion app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class Settings(BaseSettings):
app_name: str = "Duva"
app_description: str = ""
app_version: str = "v0.0.3"
app_version: str = "v0.0.4"
app_host: str = "127.0.0.1"
app_port: int = 8000
database_url: str = "sqlite:///./sqllite_db.db"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="Duva",
version="0.0.3",
version="0.0.4",
description="",
author="Ona Kenya",
license="Apache 2.0",
Expand Down

0 comments on commit 89c7401

Please sign in to comment.