We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e018b2e commit a14340aCopy full SHA for a14340a
mailchimp/__init__.py
@@ -4,4 +4,4 @@
4
All versions with an uneven minor version number are unstable! Versions with
5
even minor version numbers are considered stable.
6
"""
7
-__version__ = '0.1.27'
+__version__ = '0.1.29'
setup.py
@@ -6,8 +6,8 @@
name = 'django-mailchimp',
version = version,
8
description = 'Mailchimp wrapper for Django',
9
- author = 'Jonas Obrist',
10
- url = 'http://github.com/ojii/django-mailchimp',
+ author = 'Jonas Obrist et al.',
+ url = 'http://github.com/piquadrat/django-mailchimp',
11
packages = find_packages(),
12
zip_safe=False,
13
package_data={
@@ -19,4 +19,4 @@
19
'locale/de/LC_MESSAGES/django.mo',
20
],
21
},
22
-)
+)
0 commit comments