Skip to content

Commit

Permalink
Release 0.3.2 (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyscientist authored Jan 22, 2024
1 parent da2ae3b commit dee66fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ def backends(self) -> List[str]:
SQLALCHEMY_DATABASE_URL = f"postgresql+psycopg2://{settings.pg_user}:{settings.pg_password}@" \
f"{settings.pg_host}:{settings.pg_port}/{settings.pg_db}?"\
f"client_encoding={settings.pg_client_encoding}"
VERSION = "0.3.1"
VERSION = "0.3.2"
2 changes: 1 addition & 1 deletion frontend/src/components/help/HelpNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default {
inject: ["apiInfo"],
data() {
return {
frontendVersion: "0.3.1"
frontendVersion: "0.3.2"
};
}
}
Expand Down

0 comments on commit dee66fe

Please sign in to comment.