Skip to content

Commit

Permalink
Release version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jirutka committed Feb 24, 2017
1 parent 0edc301 commit 66cac18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:tags: {repo-uri}/releases/tag


== 1.2.0 (unreleased)
== link:{tags}/v1.2.0[1.2.0] (2017-02-24)

* Make pubkey class and attribute configurable. (PR {pulls}/21[#21])

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name='ssh-ldap-pubkey',
version='1.1.1',
version='1.2.0',
url='https://github.com/jirutka/ssh-ldap-pubkey',
description='Utility to manage SSH public keys stored in LDAP.',
long_description=read_md('README.md'),
Expand Down
2 changes: 1 addition & 1 deletion ssh_ldap_pubkey/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .exceptions import *


VERSION = (1, 1, 0)
VERSION = (1, 2, 0)
__version__ = VERSION
__versionstr__ = '.'.join(map(str, VERSION))

Expand Down

0 comments on commit 66cac18

Please sign in to comment.