arrow-py / arrow

🏹 Better dates & times for Python
https://arrow.readthedocs.io
Apache License 2.0
8.71k stars 673 forks source link

Bump version to 1.0.1 and update CHANGELOG #927

Closed jadchaar closed 3 years ago

jadchaar commented 3 years ago

Pull Request Checklist

Thank you for taking the time to improve Arrow! Before submitting your pull request, please check all appropriate boxes:

If you have any questions about your code changes or any of the points above, please submit your questions along with the pull request and we will try our best to help!

Description of Changes

Prepares version 1.0.1 for release with a py.typed file bundled with Arrow (https://github.com/arrow-py/arrow/pull/925).

codecov[bot] commented 3 years ago

Codecov Report

Merging #927 (dfc46c5) into master (7bc6784) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #927   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines         1896      1896           
  Branches       311       311           
=========================================
  Hits          1896      1896           
Impacted Files Coverage Δ
arrow/_version.py 100.00% <100.00%> (ø)

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 7bc6784...9814a32. Read the comment docs.

nkitsaini commented 3 years ago

Sorry late but I had a suggestion that we should add type-hinting to feature list of arrow. I guess for many people it's a great deal if library is type-hinted. Of course just a suggestion.

jadchaar commented 3 years ago

Sorry late but I had a suggestion that we should add type-hinting to feature list of arrow. I guess for many people it's a great deal if library is type-hinted. Of course just a suggestion.

Great idea @nkitsaini! Thanks for the suggestion, I will add it to the docs :).