Skip to content

Commit b2ab5ef

Browse files
committed
Merge pull request pyca#1369 from reaperhulk/sixth-release
Bump version and set changelog date for 0.6 release
2 parents 9952434 + c3f11d8 commit b2ab5ef

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
Changelog
22
=========
33

4-
0.6 - `master`_
5-
~~~~~~~~~~~~~~~
6-
7-
.. note:: This version is not yet released and is under active development.
4+
0.6 - 2014-09-29
5+
~~~~~~~~~~~~~~~~
86

97
* Added
108
:func:`~cryptography.hazmat.primitives.serialization.load_pem_private_key` to

cryptography/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
" and primitives to Python developers.")
2323
__uri__ = "https://github.com/pyca/cryptography"
2424

25-
__version__ = "0.6.dev1"
25+
__version__ = "0.6"
2626

2727
__author__ = "The cryptography developers"
2828
__email__ = "cryptography-dev@python.org"

vectors/cryptography_vectors/__about__.py

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

2323
__uri__ = "https://github.com/pyca/cryptography"
2424

25-
__version__ = "0.6.dev1"
25+
__version__ = "0.6"
2626

2727
__author__ = "The cryptography developers"
2828
__email__ = "cryptography-dev@python.org"

0 commit comments

Comments
 (0)