simonrob / email-oauth2-proxy

An IMAP/POP/SMTP proxy that transparently adds OAuth 2.0 authentication for email clients that don't support this method.
Apache License 2.0
785 stars 84 forks source link

Version String in Release 2023-12-19 #216

Closed w5pny closed 8 months ago

w5pny commented 8 months ago

Release 2023-12-19 has:

version = '2023-11-19' # ISO 8601 (YYYY-MM-DD)

Should that have been:

version = '2023-12-19' # ISO 8601 (YYYY-MM-DD)

Does it matter?

simonrob commented 8 months ago

Thanks for pointing this out. It's not a problem (except in that it could cause confusion), but it's easy enough to overlook, so I made a pre-commit hook to prevent it in future.