• 
      

    Update version number 5.3 -> 6.0

    Review Request #15007 — Created April 7, 2026 and submitted

    Information

    Djblets
    release-5.x

    Reviewers

    This change updates the actual version number on (what is currently) the
    release-5.x branch. While doing this I moved these items into a
    _version.py like we've done for newer packages.

    Ran unit tests.

    Summary ID
    Update version number 5.3 -> 6.0
    This change updates the actual version number on (what is currently) the release-5.x branch. While doing this I moved these items into a `_version.py` like we've done for newer packages. Testing Done: Ran unit tests.
    kwlpottwyploylznvmrupzwrnprmmuom
    Description From Last Updated

    Missing a trailing period, and should use :file:.

    chipx86 chipx86

    The typing makes it really verbose and annoying to update the versions when I perform releases. Can we instead add …

    chipx86 chipx86

    tuple[...] isn't supported on Python 3.8, which Djblets 6 still supports. Needs to be Tuple. But we can probably safely …

    chipx86 chipx86
    maubin
    1. Ship It!
    2. 
        
    chipx86
    1. 
        
    2. djblets/_version.py (Diff revision 1)
       
       
      Show all issues

      Missing a trailing period, and should use :file:.

    3. djblets/_version.py (Diff revision 1)
       
       
      Show all issues

      The typing makes it really verbose and annoying to update the versions when I perform releases.

      Can we instead add a type alias above?

      1. In other trees where we've added this, we've put the version on the following line, but one of the long-term plans is to let beanbag-tools bump versions to automate just a bit more of the release process. That'll be easier if this can be one (short) line.

    4. 
        
    david
    chipx86
    1. 
        
    2. djblets/_version.py (Diff revision 2)
       
       
      Show all issues

      tuple[...] isn't supported on Python 3.8, which Djblets 6 still supports. Needs to be Tuple.

      But we can probably safely move this into the TYPE_CHECKING.

    3. 
        
    david
    chipx86
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-5.x (9192816)