Skip to content

Commit

Permalink
Bump version to v0.0.5 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisRayM authored Jul 5, 2021
1 parent 4cf8ef5 commit d24985a
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.5 - 2021-07-05

### Bug fixes and improvements :bug:

- Include question labels as headers & values instead of using the column name & value. PR [#20](https://github.com/onaio/duva/pull/20)

## v0.0.4 - 2021-06-03

### 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.4"
app_version: str = "v0.0.5"
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.4",
version="0.0.5",
description="",
author="Ona Kenya",
license="Apache 2.0",
Expand Down

0 comments on commit d24985a

Please sign in to comment.