Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cryptography
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
Python
Modules
cryptography
Commits
649688d4c3d5
Commit
649688d4c3d5
authored
10 years ago
by
Alex Gaynor
Browse files
Options
Downloads
Plain Diff
Merge pull request #1629 from reaperhulk/0.7.2-changelog
update versions to 0.7.2 + changelog
parents
fb7987894493
d7e077fac923
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.rst
+9
-0
9 additions, 0 deletions
CHANGELOG.rst
src/cryptography/__about__.py
+1
-1
1 addition, 1 deletion
src/cryptography/__about__.py
vectors/cryptography_vectors/__about__.py
+1
-1
1 addition, 1 deletion
vectors/cryptography_vectors/__about__.py
with
11 additions
and
2 deletions
CHANGELOG.rst
+
9
−
0
View file @
649688d4
Changelog
=========
0.7.2 - 2015-01-16
~~~~~~~~~~~~~~~~~~
* Updated Windows wheels to be compiled against OpenSSL 1.0.1l.
* ``enum34`` is no longer installed on Python 3.4, where it is included in
the standard library.
* Added a new function to the OpenSSL bindings to support additional
functionality in pyOpenSSL.
0.7.1 - 2014-12-28
~~~~~~~~~~~~~~~~~~
...
...
This diff is collapsed.
Click to expand it.
src/cryptography/__about__.py
+
1
−
1
View file @
649688d4
...
...
@@ -14,7 +14,7 @@
"
and primitives to Python developers.
"
)
__uri__
=
"
https://github.com/pyca/cryptography
"
__version__
=
"
0.7.
1
"
__version__
=
"
0.7.
2
"
__author__
=
"
The cryptography developers
"
__email__
=
"
cryptography-dev@python.org
"
...
...
This diff is collapsed.
Click to expand it.
vectors/cryptography_vectors/__about__.py
+
1
−
1
View file @
649688d4
...
...
@@ -14,7 +14,7 @@
__uri__
=
"
https://github.com/pyca/cryptography
"
__version__
=
"
0.7.
1
"
__version__
=
"
0.7.
2
"
__author__
=
"
The cryptography developers
"
__email__
=
"
cryptography-dev@python.org
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment