Skip to content

Commit

Permalink
Release preparation.
Browse files Browse the repository at this point in the history
  • Loading branch information
joewreschnig committed Oct 8, 2009
1 parent d9efc33 commit fffd230
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.17 - 2009.??.??
1.17 - 2009.10.07
* ID3:
* Support for the iTunes non-standard TSO2 and TSOC frames.
* Attempt to recover from bad SYLT frames. (#2)
Expand All @@ -14,7 +14,6 @@
* EasyMP4: Like EasyID3, but for iTunes MPEG-4 files.
* mutagen.File: New 'easy=True' argument to create new EasyMP3, EasyMP4,
EasyTrueAudio, and EasyID3FileType instances.
*

1.16 - 2009.06.15
* Website / code repository move.
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ def run(self):
target = "../tags/mutagen-%s" % sversion
if os.path.isdir(target):
raise SystemExit("%r was already released." % sversion)
self.spawn(["svn", "cp", os.getcwd(), target])
self.spawn(["svn", "export", os.getcwd(), target])
self.spawn(["svn", "add", target])

self.rewrite_version(target, version[:-1])

Expand Down

0 comments on commit fffd230

Please sign in to comment.