tornadoweb / tornado

Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
http://www.tornadoweb.org/
Apache License 2.0
21.77k stars 5.51k forks source link

Tornado version and version_info inconsistent #3406

Closed willATgithub closed 5 months ago

willATgithub commented 5 months ago

The reported version is 6.4.1 however version_info is reported as (6,4,0,1). This is not consistent with how the version is reported in previous releases.

bdarnell commented 5 months ago

Oops. I was just thinking that this part of the release process was too manual. ;-) How do you use these fields? Is there a good reason to fix it quickly or is it just something to get right next time?

willATgithub commented 5 months ago

The fields are used for verification. It's something that can be fixed next time. We can use the version variable in place of version_info.

On Tue, Jun 18, 2024, 21:41 Ben Darnell @.***> wrote:

Oops. I was just thinking that this part of the release process was too manual. ;-) How do you use these fields? Is there a good reason to fix it quickly or is it just something to get right next time?

— Reply to this email directly, view it on GitHub https://github.com/tornadoweb/tornado/issues/3406#issuecomment-2177361589, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEW5KSF6HLX4VNXJF4B7YWTZIDOWDAVCNFSM6AAAAABJOKDG3WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNZXGM3DCNJYHE . You are receiving this because you authored the thread.Message ID: @.***>