Skip to content

Commit

Permalink
20.0.0 before 2020 is even over (#968)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk authored Nov 27, 2020
1 parent 09b5d70 commit de2dbf7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changelog
Versions are year-based with a strict backward-compatibility policy.
The third digit is only for regressions.

20.0.0 (UNRELEASED)
20.0.0 (2020-11-27)
-------------------


Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def find_meta(meta):
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Security :: Cryptography",
Expand Down
4 changes: 2 additions & 2 deletions src/OpenSSL/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"__version__",
]

__version__ = "20.0.0.dev"
__version__ = "20.0.0"

__title__ = "pyOpenSSL"
__uri__ = "https://pyopenssl.org/"
__summary__ = "Python wrapper module around the OpenSSL library"
__author__ = "The pyOpenSSL developers"
__email__ = "cryptography-dev@python.org"
__license__ = "Apache License, Version 2.0"
__copyright__ = "Copyright 2001-2017 {0}".format(__author__)
__copyright__ = "Copyright 2001-2020 {0}".format(__author__)

0 comments on commit de2dbf7

Please sign in to comment.