Skip to content

Commit b1da7ec

Browse files
committed
Bump version
1 parent 90b99fd commit b1da7ec

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

README.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ OpenSSH Public Key Parser for Python
44
.. image:: https://travis-ci.org/ojarva/python-sshpubkeys.svg?branch=master
55
:target: https://travis-ci.org/ojarva/python-sshpubkeys
66

7+
Major changes between versions 2 and 3
8+
--------------------------------------
9+
10+
- Dropped support for Python 2.6 and 3.3
11+
- Even in loose mode, DSA keys must be 1024, 2048, or 3072 bits (earlier this was looser)
12+
- The interface (API) is exactly the same
13+
14+
15+
Usage
16+
-----
17+
718
Native implementation for validating OpenSSH public keys.
819

920
Currently ssh-rsa, ssh-dss (DSA), ssh-ed25519 and ecdsa keys with NIST curves are supported.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='sshpubkeys',
12-
version='2.3.0',
12+
version='3.0.0',
1313
description='SSH public key parser',
1414
long_description=long_description,
1515
url='https://github.com/ojarva/python-sshpubkeys',

0 commit comments

Comments
 (0)