summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2017-01-30 21:41:18 -0500
committerEli Collins <elic@assurancetechnologies.com>2017-01-30 21:41:18 -0500
commit0a760240fefb05c02a645cea05e49d68e457ee03 (patch)
tree6cbc583b463daf3ad1cec5774269ec923b444bc5
parent39b8e96a1ff27462dcf8ed90d8747b31abc7b53f (diff)
downloadpasslib-0a760240fefb05c02a645cea05e49d68e457ee03.tar.gz
bumped to 1.7.1, related doc updates1.7.1
-rw-r--r--LICENSE2
-rwxr-xr-xadmin/upload.sh2
-rw-r--r--docs/history/1.7.rst8
-rw-r--r--passlib/__init__.py2
4 files changed, 7 insertions, 7 deletions
diff --git a/LICENSE b/LICENSE
index 8b37500..ba416e5 100644
--- a/LICENSE
+++ b/LICENSE
@@ -17,7 +17,7 @@ Passlib is (c) `Assurance Technologies <http://www.assurancetechnologies.com>`_,
and is released under the `BSD license <http://www.opensource.org/licenses/bsd-license.php>`_::
Passlib
- Copyright (c) 2008-2016 Assurance Technologies, LLC.
+ Copyright (c) 2008-2017 Assurance Technologies, LLC.
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/admin/upload.sh b/admin/upload.sh
index 5aaa053..8b6c321 100755
--- a/admin/upload.sh
+++ b/admin/upload.sh
@@ -13,7 +13,7 @@ SEP2="-----------------------------------------------------"
export SETUP_TAG_RELEASE=no
if [ -z "$DRY_RUN" ]; then
- echo "DRY_RUN not set"
+ echo "DRY_RUN not set (0 or 1)"
exit 1
elif [ "$DRY_RUN" -eq 1 ]; then
echo "dry run"
diff --git a/docs/history/1.7.rst b/docs/history/1.7.rst
index bce0c6b..4900428 100644
--- a/docs/history/1.7.rst
+++ b/docs/history/1.7.rst
@@ -1,9 +1,11 @@
+.. _whats-new:
+
===========
Passlib 1.7
===========
-**1.7.1** (NOT YET RELEASED)
-============================
+**1.7.1** (2017-1-30)
+=====================
This release rolls up assorted bug & compatibility fixes since 1.7.0.
@@ -43,8 +45,6 @@ Other Changes
* **documentation**: Various updates & corrections.
-.. _whats-new:
-
.. rst-class:: emphasize-children toc-always-open
**1.7.0** (2016-11-22)
diff --git a/passlib/__init__.py b/passlib/__init__.py
index 7afdddd..b39aa78 100644
--- a/passlib/__init__.py
+++ b/passlib/__init__.py
@@ -1,3 +1,3 @@
"""passlib - suite of password hashing & generation routines"""
-__version__ = '1.7.0'
+__version__ = '1.7.1'