Update version to 1.0 final

This commit is contained in:
Michael Wiencek
2012-06-02 12:27:28 -05:00
parent 97f1665197
commit 09a39ea176
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
Version 1.0 - 2012-06-XX
Version 1.0 - 2012-06-02
* New UI: Extended comparison of existing vs. MB metadata & tags (PICARD-43)
* Merged the renaming and moving options pages
* Removed the VA file naming format option (there is now a single format option) (PICARD-159)

View File

@@ -17,7 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
version_info = (1, 0, 0, 'dev', 0)
version_info = (1, 0, 0, 'final', 0)
if version_info[3] == 'final':
if version_info[2] == 0: