Falko Schindler 2 months ago
parent
commit
b21fa79538
2 changed files with 3 additions and 5 deletions
  1. 2 2
      .github/workflows/update_version.py
  2. 1 3
      README.md

+ 2 - 2
.github/workflows/update_version.py

@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 import sys
-from datetime import datetime
+from datetime import UTC, datetime
 from pathlib import Path
 
 if __name__ == '__main__':
@@ -20,5 +20,5 @@ if __name__ == '__main__':
         if line.startswith('version: '):
             lines[i] = f'version: {version}'
         if line.startswith('date-released: '):
-            lines[i] = f'date-released: "{datetime.now().strftime(r"%Y-%m-%d")}"'
+            lines[i] = f'date-released: "{datetime.now(UTC).strftime(r"%Y-%m-%d")}"'
     path.write_text('\n'.join(lines) + '\n', encoding='utf-8')

+ 1 - 3
README.md

@@ -1,8 +1,6 @@
 <a href="https://nicegui.io/#about">
   <img src="https://raw.githubusercontent.com/zauberzeug/nicegui/main/screenshot.png"
-    width="200" align="right" alt="Try online!"
-    style="background: white; position: relative; z-index: 1;"
-  />
+    width="200" align="right" alt="Try online!" />
 </a>
 
 # NiceGUI