severb / graypy

Python logging handler for Graylog that sends messages in GELF (Graylog Extended Log Format).
https://www.graylog.org/
BSD 3-Clause "New" or "Revised" License
258 stars 90 forks source link

Versioning of Graypy #67

Closed tusharmakkar08 closed 7 years ago

tusharmakkar08 commented 7 years ago

Hey @severb

In Pypi server the live version of Graypy is 0.2.14 while in the setup.py the version mentioned is 0.2.13. What's the reason behind such discrepancy? Can we please get it updated? Also, it would be great if we can maintain tags for the same.

Thanks.

severb commented 7 years ago

I think I just forgot to push the setup.py change and to push the new tag when I did the last release. The 0.2.14 version contains the code from 10f97aa. I'll push a branch for this version and tag it to fix the mess.

tusharmakkar08 commented 7 years ago

Cool 👍 Close this issue when done.

severb commented 7 years ago

I pushed a tag for 0.2.14. It points to a branch because I had to retroactively apply the setup.py version change. This shouldn't be a big deal, we just have to remember to bump the version twice for the next release, to 0.2.15.