Changeset 17717
- Timestamp:
- Aug 11, 2023, 8:13:20 AM (7 weeks ago)
- Location:
- branches/1.4-stable
- Files:
-
- 2 edited
-
setup.py (modified) (1 diff)
-
trac/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.4-stable/setup.py
r17656 r17717 53 53 setup( 54 54 name = 'Trac', 55 version = '1.4. 4',55 version = '1.4.5', 56 56 description = 'Integrated SCM, wiki, issue tracker and project environment', 57 57 long_description = readme(), -
branches/1.4-stable/trac/__init__.py
r17656 r17717 17 17 __version__ = get_distribution('Trac').version 18 18 except DistributionNotFound: 19 __version__ = '1.4. 4'19 __version__ = '1.4.5'
Note:
See TracChangeset
for help on using the changeset viewer.
