simonpercivall / orderedset

Ordered Set implementation in Cython
Other
74 stars 14 forks source link

Probably you forgot to push new version with a history.rst #5

Closed svetlyak40wt closed 9 years ago

svetlyak40wt commented 9 years ago

Hi, a HISTORY.rst file is empty in the repository, however at http://orderedset.readthedocs.org/en/latest/history.html and at pypi's project page, I could see these data. Probably you just forget to push new commits to the github.

simonpercivall commented 9 years ago

Hi!

No, it's just github not rendering the file correctly. Look at the HISTORY.rst in raw mode and you'll see the contents.

svetlyak40wt commented 9 years ago

Aha! That's because you are using sphinx plugin changelog and github isn't aware about it.

By the way, I'm working on my petproject allmychanges.com and this is first time I'm encounter a python project, which uses changelog extention most people just write their changelogs in plain markdown or restructured text.

Seems, that is because this plugin is only useful for large projects like SQLAlchemy with many components changed per version.