Skip to content

Commit

Permalink
1.7.1dev: Increment version
Browse files Browse the repository at this point in the history
git-svn-id: http://trac.edgewall.org/intertrac/log:/trunk@17724 af82e41b-90c4-0310-8c96-b1721e28e2e2
  • Loading branch information
rjollos committed Sep 23, 2023
1 parent c213f80 commit 73a2ec6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ tag_build = dev

[metadata]
name = Trac
version = 1.6
version = 1.7.1
description = Integrated SCM, wiki, issue tracker and project environment
long_description = file: README.rst
author = Edgewall Software
Expand Down
2 changes: 1 addition & 1 deletion trac/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
try:
__version__ = get_distribution('Trac').version
except DistributionNotFound:
__version__ = '1.6'
__version__ = '1.7.1'

0 comments on commit 73a2ec6

Please sign in to comment.