From 592e8ca6aa64d1eaa92da26f4203979723468654 Mon Sep 17 00:00:00 2001
From: thomaswoehlke <thomas.woehlke@gmail.com>
Date: Tue, 4 May 2021 17:29:18 +0200
Subject: [PATCH] ### 0.0.32 Release * Fixed #212 implement
 OwidService.task_database_drop_create() * Fixed #214 implement
 OwidServiceUpdate.update_dimension_tables_only() * Fixed #215 implement
 OwidServiceUpdate.update_fact_table_incremental_only() * Fixed #216 implement
 OwidServiceUpdate.update_fact_table_initial_only() * Fixed #217 implement
 OwidServiceUpdate.update_star_schema_incremental() * Fixed #218 implement
 OwidServiceUpdate.update_star_schema_initial() * Fixed #210 database.py:
 logging for Celery on Windows (wontfix)

---
 package.json             | 2 +-
 setup.cfg                | 2 +-
 setup.py                 | 2 +-
 src/covid19/package.json | 2 +-
 version                  | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json
index e9f0cc84..5d5ed2a6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "flask-covid19",
-  "version": "0.0.32",
+  "version": "0.0.33",
   "description": "Covid19 Data Aggregation - also a Project to learn Python Flask, SQLAlchemy, Celery et al.",
   "main": "index.js",
   "dependencies": {},
diff --git a/setup.cfg b/setup.cfg
index 9e13b307..904bee03 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = flask-covid19
-version = 0.0.32
+version = 0.0.33
 url = https://git.noc.ruhr-uni-bochum.de/thomaswoehlke/flask-covid19.git
 author = Thomas Woehlke
 author_email = thomas.woehlke@gmail.com
diff --git a/setup.py b/setup.py
index 864da296..599b2db3 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ import subprocess
 
 from setuptools import find_packages, setup
 
-version = '0.0.32'
+version = '0.0.33'
 
 needs_pytest = {'pytest', 'test', 'ptr'}.intersection(sys.argv)
 pytest_runner = ['pytest-runner'] if needs_pytest else []
diff --git a/src/covid19/package.json b/src/covid19/package.json
index ebcf5a0f..ebe825e7 100644
--- a/src/covid19/package.json
+++ b/src/covid19/package.json
@@ -1,6 +1,6 @@
 {
     "name": "flask-covid19-static",
-    "version": "0.0.32",
+    "version": "0.0.33",
     "description": "Covid19 Data Aggregation - also a Project to learn Python Flask, SQLAlchemy, Celery et al.",
     "main": "index.js",
     "repository": {
diff --git a/version b/version
index f9d08f8f..2b80db2b 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.0.32
\ No newline at end of file
+0.0.33
\ No newline at end of file
-- 
GitLab