After a bit of googling around, I was unable to come up with a catalog of release dates for various versions. I was mostly just interested in things like

  for release in "0.95 0.96 1.0 1.1 1.2 1.2.6 1.3".split():
    print release, get_release_year_and_month(release)

sort of information, though point information would be interesting rather than noise (such as security fixes on older versions, e.g. 1.2.6).

Is this info readily available in some place my Googling couldn't find? Or do I have to do a bit of wading in Subversion to extract this info?

Thanks,

-tkc


--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to