summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorTomas Mraz <tmraz@redhat.com>2014-08-06 14:48:57 +0200
committerTomas Mraz <tmraz@redhat.com>2014-08-06 14:48:57 +0200
commit396c9d6c0628d5927b2ca697134b25e6e5012ce1 (patch)
treedb7d74175f2201624f544167a14e76e114d41991 /python
parent3b6757fca003dbd3d1587f569db90f86223eecfb (diff)
downloadlibpwquality-396c9d6c0628d5927b2ca697134b25e6e5012ce1.tar.gz
Preparing release 1.2.4.
Diffstat (limited to 'python')
-rw-r--r--python/pwquality.c4
-rwxr-xr-xpython/setup.py.in (renamed from python/setup.py)2
2 files changed, 3 insertions, 3 deletions
diff --git a/python/pwquality.c b/python/pwquality.c
index 55ee22d..fdf24f8 100644
--- a/python/pwquality.c
+++ b/python/pwquality.c
@@ -1,8 +1,8 @@
/*
* libpwquality Python bindings
*
- * Copyright (c) Red Hat, Inc, 2011
- * Copyright (c) Tomas Mraz <tm@t8m.info>, 2011
+ * Copyright (c) Red Hat, Inc, 2011,2014
+ * Copyright (c) Tomas Mraz <tm@t8m.info>, 2011,2014
*
* See the end of the file for the License Information
*/
diff --git a/python/setup.py b/python/setup.py.in
index 8174f32..6457595 100755
--- a/python/setup.py
+++ b/python/setup.py.in
@@ -29,7 +29,7 @@ pwqmodule = Extension('pwquality',
setup(
name = 'pwquality',
- version = '0.9.1',
+ version = '@VERSION@',
description = 'Python bindings for the libpwquality library for password quality checking',
author = 'Tomáš Mráz',
author_email = 'tm@t8m.info',