question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Wrong version appearing on v0.2.2 release

See original GitHub issue

I see that this has been fixed on the main branch (I think), but the current tagged release (0.2.2) still has __version__ == 0.1 due to this line: https://github.com/jbusecke/xmovie/blob/333d3012008178a42db35a4678dbb414adab2521/xmovie/__init__.py#L1

So when I import the package I get:

In [1]: import xmovie

In [2]: xmovie.__version__
Out[2]: '0.1.0'

This isn’t a major issue, but it took me 20 min of investigating to figure out what was going on! So I’d suggest tagging a new patch release right now to avoid confusion with other users.

Thanks!

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
tomchorcommented, Mar 17, 2022

I actually bumped to 0.3.0 because we added some breaking changes https://github.com/jbusecke/xmovie/releases/tag/v0.3.0. Once this is done could you check this again? Thanks

Yup, thanks. I’ll check it after conda updates the version

0reactions
jbuseckecommented, Mar 18, 2022

Awesome, thanks for pointing this out!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error building Open Ethereum for MIPS using Cross ... - GitHub
Parity Ethereum version: Parity Ethereum Client. ... I was expecting (hoping) it would compile successfully. actual. I've attempted to try to use Linux...
Read more >
Beta Release v0.2.2 - Reactions BETA - Jawset Forum
Nice, the new update! :slight_smile: Noticed one issue: when I launched Cinema 4D I've got noification about the new Reactions version available for...
Read more >
Troubleshooting .NET Framework Targeting Errors - MSBuild
To resolve the error, make sure that your application targets a .NET version that's compatible with the version that's targeted by the ...
Read more >
go build can't find a revision - Stack Overflow
Possible solutions for golang unknown revision if you are using private repository: git config --global url."ssh://git@yourserver".
Read more >
Release Notes — Airflow Documentation
Use log.exception where more economical than log.error (#27517) ... Previous versions of Airflow took additional arguments and displayed a message on the ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found