Skip to content

Commit

Permalink
17.5.0 version bump (#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk authored and alex committed Dec 1, 2017
1 parent bdb7639 commit d21fcd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Expand Up @@ -4,7 +4,7 @@ Changelog
Versions are year-based with a strict backward-compatibility policy.
The third digit is only for regressions.

17.5.0 (UNRELEASED)
17.5.0 (2017-11-30)
-------------------


Expand Down
2 changes: 1 addition & 1 deletion src/OpenSSL/version.py
Expand Up @@ -11,7 +11,7 @@
"__title__", "__uri__", "__version__",
]

__version__ = "17.5.0.dev0"
__version__ = "17.5.0"

__title__ = "pyOpenSSL"
__uri__ = "https://pyopenssl.org/"
Expand Down

0 comments on commit d21fcd8

Please sign in to comment.