Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
02strich committed Aug 24, 2015
1 parent 961edb4 commit 40bd736
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions debian/changelog
@@ -1,3 +1,10 @@
pykerberos (1.1.8-1) unstable; urgency=low

* Fixing kerberos version number parsing

-- Stefan Richter <stefan@02strich.de> Sun, 23 Aug 2015 17:04:02 -0700


pykerberos (1.1.6-1) unstable; urgency=low

* Add KDC verification support
Expand Down
4 changes: 2 additions & 2 deletions redhat/kerberos.spec
@@ -1,6 +1,6 @@
%define modname kerberos
%define version 1.1.2+DSE1
%define unmangled_version 1.1.2+DSE1
%define version 1.1.8
%define unmangled_version 1.1.8
%define release 1
%{!?python: %define python python26}

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -56,7 +56,7 @@ def check_krb5_version():

setup (
name = "pykerberos",
version = "1.1.7",
version = "1.1.8",
description = "High-level interface to Kerberos",
long_description=long_description,
license="ASL 2.0",
Expand Down

0 comments on commit 40bd736

Please sign in to comment.