Skip to content

Commit 9798dd2

Browse files
committed
Merge branch 'release/v0.3.2' into develop
2 parents 3124db0 + 454211d commit 9798dd2

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Django Tagging Changelog
33
========================
44

5-
Version 0.5.0, 5th March 2013:
6-
------------------------------
5+
Version 0.3.2, 18th February 2014:
6+
----------------------------------
77

88
* Added support for Django 1.4 and 1.5
99
* Added support for Python 2.6 to 3.3

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[wheel]
2+
universal = 1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def fullsplit(path, result=None):
5454
description = 'Generic tagging application for Django',
5555
author = 'Jonathan Buchanan',
5656
author_email = '[email protected]',
57-
url = 'https://github.com/jefftriplett/django-tagging',
57+
url = 'https://code.google.com/p/django-tagging/',
5858
packages = packages,
5959
data_files = data_files,
6060
classifiers = [

tagging/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 5, 0, "dev", 1)
1+
VERSION = (0, 3, 2, "final", 0)
22

33

44
def get_version():

0 commit comments

Comments
 (0)