add parsed_version attribute to InvalidVersion
diff --git a/docs/x509.rst b/docs/x509.rst
index 5278d07..e44f16c 100644
--- a/docs/x509.rst
+++ b/docs/x509.rst
@@ -153,6 +153,10 @@
This is raised when an X.509 certificate has an invalid version number.
+ .. attribute:: parsed_version
+
+ Returns the version that was parsed from the certificate.
+
.. _`public key infrastructure`: https://en.wikipedia.org/wiki/Public_key_infrastructure
.. _`TLS`: https://en.wikipedia.org/wiki/Transport_Layer_Security