Skip to content

Commit a14340a

Browse files
committed
version bump
1 parent e018b2e commit a14340a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

mailchimp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
All versions with an uneven minor version number are unstable! Versions with
55
even minor version numbers are considered stable.
66
"""
7-
__version__ = '0.1.27'
7+
__version__ = '0.1.29'

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
name = 'django-mailchimp',
77
version = version,
88
description = 'Mailchimp wrapper for Django',
9-
author = 'Jonas Obrist',
10-
url = 'http://github.com/ojii/django-mailchimp',
9+
author = 'Jonas Obrist et al.',
10+
url = 'http://github.com/piquadrat/django-mailchimp',
1111
packages = find_packages(),
1212
zip_safe=False,
1313
package_data={
@@ -19,4 +19,4 @@
1919
'locale/de/LC_MESSAGES/django.mo',
2020
],
2121
},
22-
)
22+
)

0 commit comments

Comments
 (0)