Skip to content

Commit

Permalink
Merge pull request #14 from onaio/v0.0.3-rc
Browse files Browse the repository at this point in the history
Tag release v0.0.3
  • Loading branch information
DavisRayM authored May 12, 2021
2 parents f5f8ca2 + c4a8230 commit 1e0d9c6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,22 @@ 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.3 - 2021-05-12

### Bug fixes and improvements :bug:

- Fix issue raised when queuing new jobs. PR [#13](https://github.com/onaio/duva/pull/13)

## v0.0.2 - 2021-04-25

### Bug fixes and improvements :bug:

- Add sync lock mechanism and custom scheduler. PR [#7](https://github.com/onaio/duva/pull/7)

### Known Issues

- Fails to correctly store job ID for queued jobs. Issue [#11](https://github.com/onaio/duva/issues/11)

## v0.0.1 - 2021-03-15

This is the first release :confetti_ball:.
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.2"
app_version: str = "v0.0.3"
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.1",
version="0.0.3",
description="",
author="Ona Kenya",
license="Apache 2.0",
Expand Down

0 comments on commit 1e0d9c6

Please sign in to comment.