You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2019/02/01 19:46:19 UTC

[GitHub] ocket8888 commented on a change in pull request #3273: fixed minor issue preventing package installation in Python2

ocket8888 commented on a change in pull request #3273: fixed minor issue preventing package installation in Python2
URL: https://github.com/apache/trafficcontrol/pull/3273#discussion_r253177400
 
 

 ##########
 File path: traffic_control/clients/python/trafficops/__version__.py
 ##########
 @@ -14,4 +12,26 @@
 # limitations under the License.
 #
 
-__version__ = '1.1.1'
+"""
+Versioning
+==========
+The :mod:`trafficops.__version__` module contains only the :data:`__version__` "constant" which
+gives the version of this *Apache-TrafficControl package* and **not** the version of
+*Apache Traffic Control* for which it was made. The two are versioned separately, to allow the
+client to grow in a version-controlled manner despite the relatively slow release cadence of Apache
 
 Review comment:
   To be clear, that was just meant to convey that the release cadence of ATC as a whole is slow _relative to the client_ - not a stab at the release cadence in general.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services