AndrewIngram / django-extra-views

Django's class-based generic views are awesome, let's have more of them.
MIT License
1.38k stars 172 forks source link

Version 0.12.0 and added Django 2.1 and Python 3.7 #173

Closed sdolemelipone closed 5 years ago

sdolemelipone commented 5 years ago

Raised due to #172.

codecov-io commented 5 years ago

Codecov Report

Merging #173 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #173   +/-   ##
=======================================
  Coverage   50.98%   50.98%           
=======================================
  Files           6        6           
  Lines         508      508           
  Branches       56       56           
=======================================
  Hits          259      259           
  Misses        233      233           
  Partials       16       16

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 aa58167...012e776. Read the comment docs.

sdolemelipone commented 5 years ago

Thanks @jonashaag, I just realised that I didn't add a 0.12.0 tag to the commit (which is what I assume Pypi needs to pick up the latest release). Could you add that tag to the last commit and push it to the repo? Or if it needs another PR I'm happy to raise one...