Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit 7a95215

Browse files
committed
Bumped version and updated NEWS for release.
1 parent c87ab07 commit 7a95215

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

NEWS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
* Version 1.3.2 (unreleased)
1+
* Version 1.3.2 (released 2016-02-23)
2+
** Various fixes to sequence number checking.
3+
** Fix issue with using an access code with the debug flag on.
24

35
* Version 1.3.1 (released 2015-10-01)
46
** Fixup release to correct packages listed in last release.

release.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,8 @@ def run(self):
123123

124124
if not self.skip_tests:
125125
self.run_command('check')
126-
# Nosetests calls sys.exit(status)
127126
try:
128-
self.run_command('nosetests')
127+
self.run_command('test')
129128
except SystemExit as e:
130129
if e.code != 0:
131130
raise DistutilsSetupError("There were test failures!")

yubico/yubico_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.2-dev0"
1+
__version__ = "1.3.2"

0 commit comments

Comments
 (0)