[Python-modules-commits] [django-impersonate] 01/05: Import django-impersonate_1.1.orig.tar.gz

Scott Kitterman kitterman at moszumanska.debian.org
Mon Jan 16 20:44:23 UTC 2017


This is an automated email from the git hooks/post-receive script.

kitterman pushed a commit to branch master
in repository django-impersonate.

commit f99db7d13792e9d2f64763d7228c1a848c92f082
Author: Scott Kitterman <scott at kitterman.com>
Date:   Mon Jan 16 15:23:00 2017 -0500

    Import django-impersonate_1.1.orig.tar.gz
---
 CHANGELOG               | 5 ++++-
 PKG-INFO                | 2 +-
 impersonate/__init__.py | 2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index c9d56ce..0c76063 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,9 +1,12 @@
 Changes
 -------
 
-1.1 (Dev)
+1.2 (Dev)
 
 - TODO Issue #19
+
+1.1 (2017-01-26)
+
 - Django 1.10 compatibility (get rid of deprecation warnings). (Issue #36)
 - Use USERNAME_FIELD for sorting in admin to avoid custom User model issues. (Issue #37)
 - Added test coverage and refactoring for admin filters.
diff --git a/PKG-INFO b/PKG-INFO
index 71803fb..7820205 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: django-impersonate
-Version: 1.1a0
+Version: 1.1
 Summary: Django app to allow superusers to impersonate other users.
 Home-page: http://bitbucket.org/petersanchez/django-impersonate/
 Author: Peter Sanchez
diff --git a/impersonate/__init__.py b/impersonate/__init__.py
index 37f11b4..7e8b31c 100644
--- a/impersonate/__init__.py
+++ b/impersonate/__init__.py
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-VERSION = (1, 1, 0, 'alpha', 0)
+VERSION = (1, 1, 0, 'final', 0)
 
 
 # taken from django-registration

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-impersonate.git



More information about the Python-modules-commits mailing list