panosl / django-currencies

django-currencies allows you to define different currencies, and includes template tags/filters to allow easy conversion between them.
http://pypi.python.org/pypi/django-currencies
BSD 3-Clause "New" or "Revised" License
94 stars 81 forks source link

Please add a changelog #79

Open meshy opened 4 years ago

meshy commented 4 years ago

Thank you for this useful library.

I notice there's been a new release recently -- it would be valuable if I could read through the differences in the versions to help me through the upgrade process.

panosl commented 4 years ago

Thank you @meshy, indeed a changelog would be useful, but we were just using the commit logs up till now. Will plan to mark any changes for the next release. The library has been solid for years now, so we only do releases when it makes sense.

meshy commented 4 years ago

Thank you --- that makes sense. I've been trying to piece it together from the commits, but the lack of tags has been making it a little harder. If it helps, the specific information I have been looking for is Python and Django version support.

Thanks again!

panosl commented 4 years ago

The supported versions are listed here: https://travis-ci.org/github/panosl/django-currencies

2.7 seems to be breaking, but that's a weird installation issue with beautifulsoup4. If I install it locally it passes. (if bs4 is under Python 2.* it does a check to request SoupSieve <1.2, but that is not honored for some reason during the travis test run).