~ubuntu-branches/ubuntu/raring/python-django/raring

« back to all changes in this revision

Viewing changes to django/__init__.py

  • Committer: Package Import Robot
  • Author(s): Raphaël Hertzog
  • Date: 2012-08-02 10:44:02 UTC
  • mfrom: (1.1.17) (4.4.20 sid)
  • Revision ID: package-import@ubuntu.com-20120802104402-x26ethgm9s21la1y
Tags: 1.4.1-1
* New upstream security and maintenance release. Closes: #683364
  Fixes: CVE-2012-3442 CVE-2012-3443 CVE-2012-3444
* Drop 01_disable_broken_test.diff and 04_hyphen-manpage.diff which
  have been merged upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
VERSION = (1, 4, 0, 'final', 0)
 
1
VERSION = (1, 4, 1, 'final', 0)
2
2
 
3
3
def get_version(version=None):
4
4
    """Derives a PEP386-compliant version number from VERSION."""