Tuesday, July 31, 2012

Re: Error in Brand New Django 1.4.1 released Yesterday

On Tue, Jul 31, 2012 at 2:15 AM, JJ Zolper <codingatmt@gmail.com> wrote:
>>>> import django
>>>> print django.get_version()
>
> I didn't see 1.4.1 I saw 1.5
>
> Sure it's probably a minor configuration fix to change it to 1.4.1 but I was
> really worried that I did something wrong.
>
> Maybe someone else can repeat this and see if I made a mistake or that
> indeed something is wrong with the brand new release?

Here is django/__init__.py in the 1.4 release branch:

https://github.com/django/django/blob/stable/1.4.x/django/__init__.py

VERSION is (1, 4, 1, 'final', 0).

I downloaded a copy of the 1.4.1 tarball, unpacked it, and looked at
the __init__.py; again, VERSION was (1, 4, 1, 'final', 0).

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment