bastibe / SoundCard

A Pure-Python Real-Time Audio Library
https://soundcard.readthedocs.io
BSD 3-Clause "New" or "Revised" License
680 stars 69 forks source link

Add git tags for patch releases #84

Closed flying-sheep closed 4 years ago

flying-sheep commented 4 years ago

The latest tag is still 0.2.0 while 0.3.3 has already been released:

$  git describe --long --tags
0.2.0-44-gc03a9f9
bastibe commented 4 years ago

I tagged 0.3.3, thank you for reminding me.

flying-sheep commented 4 years ago

Great, thank you!

flying-sheep commented 4 years ago

Oh, you accidentally tagged the 0.2.0 commit as 0.3.3 too!

The 0.3.3 commit is 3d14b335513290cf8197f54e6c8ca4f353aaa535 I think

bastibe commented 4 years ago

Silly me. Apparently my checked out version was very old on this particular computer, and the commit message of 0.2.0 was deceptively similar to 0.3.3, so I mistook them. Sorry about that.

Should be fixed now.