Skip to content

Commit

Permalink
Merge pull request #41 from onaio/v0.1.0-rc
Browse files Browse the repository at this point in the history
Bump version to v0.1.0
  • Loading branch information
DavisRayM authored Sep 26, 2022
2 parents 19dfd6b + b6374e5 commit de22391
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.1.0 - 2022-09-26

### Bug fixes and improvements :bug:

- Ensure stored refresh token is active on authentication. PR [#40](https://github.com/onaio/duva/pull/40)

## v0.0.8 - 2022-03-02

### 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.8"
app_version: str = "v0.1.0"
app_host: str = "127.0.0.1"
app_port: int = 8000
database_url: str = "postgresql://duva:[email protected]/duva"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = Duva
version = 0.0.5
version = 0.1.0
author = Ona Systems Inc
license = Copyright (c) 2022 Ona Systems Inc All rights reserved
license_file = LICENSE
Expand Down

0 comments on commit de22391

Please sign in to comment.