Skip to content

Commit

Permalink
pymongocrypt 1.0.0
Browse files Browse the repository at this point in the history
PYTHON-2012 Remove beta warning from Python binding
  • Loading branch information
ShaneHarvey committed Dec 5, 2019
1 parent e83361c commit db663b4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
6 changes: 6 additions & 0 deletions bindings/python/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

Changes in Version 1.0.0
------------------------

- The first stable version.
- Bundle libmongocrypt 1.0.0 in release wheels.

Changes in Version 0.1b3
------------------------

Expand Down
3 changes: 0 additions & 3 deletions bindings/python/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ Python wrapper library for libmongocrypt that supports client side encryption
in drivers. PyMongoCrypt uses `cffi <https://pypi.org/project/cffi/>`_ and
`cryptography <https://pypi.org/project/cryptography/>`_.

**Support for client side encryption is in beta. Backwards-breaking changes
may be made before the final release.**

PyMongoCrypt supports Python 2.7, 3.4+, and PyPy3.5+.

Support / Feedback
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/pymongocrypt/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.1b4.dev0'
__version__ = '1.0.0'
2 changes: 1 addition & 1 deletion bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def get_tag(self):
license="Apache License, Version 2.0",
python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*",
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Operating System :: MacOS :: MacOS X",
Expand Down

0 comments on commit db663b4

Please sign in to comment.