Skip to content

Commit 55ea405

Browse files
authored
Merge pull request #25 from AbsaOSS/Release/2.0.5
Release/2.0.5
2 parents 234911b + adcdbfd commit 55ea405

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
project = "rialto"
2929
copyright = "2022, Marek Dobransky"
3030
author = "Marek Dobransky"
31-
release = "2.0.3"
31+
release = "2.0.5"
3232

3333
# -- General configuration ---------------------------------------------------
3434
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "rialto"
33

4-
version = "2.0.4"
4+
version = "2.0.5"
55

66
packages = [
77
{ include = "rialto" },

rialto/runner/record.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Record:
4141
status: str
4242
reason: str
4343
exception: Optional[str] = None
44-
run_timestamp: datetime.timestamp = datetime.now().isoformat(sep=" ", timespec="seconds")
44+
run_timestamp: datetime.timestamp = datetime.now()
4545

4646
def get_schema(self) -> StructType:
4747
"""Retrieve schema of pyspark DataFrame"""

0 commit comments

Comments
 (0)