Derpseh / Spyglass

Nationstates Sheet-generator for easily finding approximate update times
GNU General Public License v3.0
11 stars 10 forks source link

VERSION constant is 3.0.1 even in 3.0.2 and 3.0.3 tags #46

Closed NotAName320 closed 8 months ago

NotAName320 commented 1 year ago

affects user agent and logging, the former making it somewhat problematic as it is giving wrong information to the NS server.

the release .exe of spyglass is logging 3.0.1 as well, suggesting that this wasn't fixed in builds.

esfalsa commented 9 months ago

Seems like this is an issue with (what's tagged/released as) 3.0.4 as well.

the-lucilia commented 8 months ago

Looks like line 21 of spyglass.py just needs to update the VERSION constant to the right version number.

cc: @AavHRF

AavHRF commented 8 months ago

Fixed.