Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

__init__.py 377B

1234567891011121314151617181920
  1. # Versions:
  2. #
  3. # X.Y.ZAB
  4. # X - Stable major version of the application,
  5. # Y - Minor release with additional features
  6. # Z - Version with bug fixes
  7. # A - Pre-release types:
  8. # "a" - alpha
  9. # "b" - betha
  10. # "c" - release candidate
  11. # B - Pre-release number
  12. #
  13. # X,Y,Z - range <0, inf)
  14. # B - range <1, inf)
  15. #
  16. # Examples:
  17. # 1.1
  18. # 0.3.5b1
  19. # 0.6c3
  20. __version__ = (1, 6, 1)