Skip to content

Commit

Permalink
Updated version info for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljmccarthy committed Jul 23, 2014
1 parent b336f8c commit 5fa60ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@

name = "Devo"

release_date = datetime.date(2012, 12, 21)
release_date = datetime.date(2014, 7, 23)

version = (1, 0, 0)
version = (1, 1, 0)

version_string = ".".join(str(x) for x in (version if version[2] != 0 else version[:2]))
version_string = ".".join(str(x) for x in version)

identifier = "com.iogopro.devo"

copyright = u"Copyright © 2010-2012 Luke McCarthy"
copyright = u"Copyright © 2010-2014 Luke McCarthy"

developer = "Developer: Luke McCarthy <[email protected]>"

company_name = "Iogopro Software"

url = "http://iogopro.com/devo"
url = "https://github.com/shaurz/devo"

0 comments on commit 5fa60ce

Please sign in to comment.