Colin-b / keepachangelog

Convert keep a changelog markdown file into python dict

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I retrieve latest version on pypi?

solaris187 opened this issue · comments

Pypi only appears to have packages for version 1.0.0. Do you intend on publishing v2.0.0 to pypi as well?

Hello @solaris187

They are on pypi. but not as stable version. You can specify the explicit version when installing, or using the --pre argument with pip.

I plan on switching to stable at some point once there are no more breaking changes foreseen :)