jazzband / tablib

Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c.
https://tablib.readthedocs.io/
MIT License
4.59k stars 590 forks source link

Bumped version to 3.0.0 #485

Closed claudep closed 3 years ago

claudep commented 3 years ago

@hugovk What about releasing today? Any other short-term plan?

codecov[bot] commented 3 years ago

Codecov Report

Merging #485 (56c2775) into master (e8f5481) will increase coverage by 0.00%. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #485   +/-   ##
=======================================
  Coverage   90.66%   90.66%           
=======================================
  Files          28       28           
  Lines        2613     2615    +2     
=======================================
+ Hits         2369     2371    +2     
  Misses        244      244           
Impacted Files Coverage Δ
src/tablib/formats/_json.py 97.36% <0.00%> (ø)
src/tablib/formats/_yaml.py 100.00% <0.00%> (ø)
tests/test_tablib.py 98.56% <0.00%> (+<0.01%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e8f5481...56c2775. Read the comment docs.

hugovk commented 3 years ago

Yes, I think we're ready for a release!

We've dropped Python 3.5. Are we using semver and does this qualify for a major bump?

claudep commented 3 years ago

I don't care so much, but if you think we should rather release 3.0.0, I'm fine with that.