Publish v5.0.0 version to pypi
blakegao opened this issue · comments
Release request
Version Info
- version: 5.0.0
Expected
- Version 5.0.0 appears in mimesis release history of pypi
I'm still working on it and it contains truly a lot of changes (including major changes).
Mimesis 5.0.0 will require Python 3.8^.
I'll release It in a month, I think.
hi, if releasing v5.0.0 on pypi will delayed by a month, can we just access documentation for v4.1.3?
since docs are for v5.0.0 and installation guide make us install older version (v4.1.3) and as you said it has a lot of changes, so v5.0.0 documentation while we can only install v4.1.3 via pip install mimesis is doesn’t makes any sense.
@jodiekurnia The documentations of 5.0.0 is mostly applicable to 4.1.3 too.
I'm closing this issue since I've published 4.1.3 docs on https://mimesis.name.
@lk-geimfari Would it be possible to keep historic documentation on the webpage? I am currently migrating our code base from mimesis 4 to mimesis 5, but I have no idea how to replace our usage of some of the now-removed mimesis functions, as I have no reference for the old behaviour. Concretely, I am trying to replace our usage of the home_page()
function from the internet provider, but to do that I need to reference exactly what it used to return, so I can find a equivalent function (or mapping) from the new mimesis version.