gitpython-developers / gitdb

IO of git-style object databases
http://gitdb.readthedocs.org
Other
218 stars 65 forks source link

Bumped smmap upper bound #68

Closed tmcclintock closed 3 years ago

tmcclintock commented 3 years ago

Closes #67

Tests passed locally.

Byron commented 3 years ago

Thanks, @Harmon758 , I just published v4.0.6, unfortunately along with 4.0.5 as that one was apparently still lying around locally. It's interesting to see how pypi allows overwriting/altering already published versions. Let's hope that doesn't break things.

View at:
https://pypi.org/project/gitdb/4.0.6/
https://pypi.org/project/gitdb/4.0.5/
Harmon758 commented 3 years ago

v4.0.5 was already released on May 4, 2020, and you can't alter or overwrite existing releases, so I don't think anything happened with that version.