Edgewall Software

Changeset 17717


Ignore:
Timestamp:
Aug 11, 2023, 8:13:20 AM (7 weeks ago)
Author:
Ryan J Ollos
Message:

1.4.5dev: Prepare for development

[skip ci]

Location:
branches/1.4-stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.4-stable/setup.py

    r17656 r17717  
    5353setup(
    5454    name = 'Trac',
    55     version = '1.4.4',
     55    version = '1.4.5',
    5656    description = 'Integrated SCM, wiki, issue tracker and project environment',
    5757    long_description = readme(),
  • branches/1.4-stable/trac/__init__.py

    r17656 r17717  
    1717    __version__ = get_distribution('Trac').version
    1818except DistributionNotFound:
    19     __version__ = '1.4.4'
     19    __version__ = '1.4.5'
Note: See TracChangeset for help on using the changeset viewer.