You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/howtos/update-a-date.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ __date__ = '2022-12-19'
7
7
__version__='0.4.0'
8
8
```
9
9
10
-
The desired outcome is to update the date to the current date. For example, if today is February 23, 2024, the __init__.py file should look like this after a `minor` bump:
10
+
The desired outcome is to update the date to the current date. For example, if today is February 23, 2024, the `__init__.py` file should look like this after a `minor` bump:
0 commit comments