Skip to content

Commit

Permalink
Merge pull request #25 from AbsaOSS/Release/2.0.5
Browse files Browse the repository at this point in the history
Release/2.0.5
  • Loading branch information
MDobransky authored Jan 27, 2025
2 parents 234911b + adcdbfd commit 55ea405
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
project = "rialto"
copyright = "2022, Marek Dobransky"
author = "Marek Dobransky"
release = "2.0.3"
release = "2.0.5"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "rialto"

version = "2.0.4"
version = "2.0.5"

packages = [
{ include = "rialto" },
Expand Down
2 changes: 1 addition & 1 deletion rialto/runner/record.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Record:
status: str
reason: str
exception: Optional[str] = None
run_timestamp: datetime.timestamp = datetime.now().isoformat(sep=" ", timespec="seconds")
run_timestamp: datetime.timestamp = datetime.now()

def get_schema(self) -> StructType:
"""Retrieve schema of pyspark DataFrame"""
Expand Down

0 comments on commit 55ea405

Please sign in to comment.