~trac-bzr-team/trac-bzr/trunk

« back to all changes in this revision

Viewing changes to setup.cfg

  • Committer: Martin von Gagern
  • Date: 2010-11-01 13:42:03 UTC
  • Revision ID: martin.vgagern@gmx.net-20101101134203-qoorvnnbggk2pvdw
Tags: 0.4.2
Avoid -dev tags to released file names.

Those were originally intended for development between release series, when
the version number was still from the old series but the code closer to a
new release series.  We don't do this at the moment; we are delivering
releases from this trunk, so we might as well drop that default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[egg_info]
2
 
tag_build = -dev
3
2
tag_date = 1
4
3
 
5
4
[aliases]
6
 
release = egg_info -D -b ""
 
5
release = egg_info -D
7
6