Skip to content

Commit

Permalink
Default to v0.8.0, since that's the first official release for the ne…
Browse files Browse the repository at this point in the history
…w site. \o/
  • Loading branch information
dmpayton committed Aug 19, 2014
1 parent 504509a commit a538cc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qtile/settings/common.py
Expand Up @@ -130,13 +130,13 @@

# Qtile Stuff

QTILE_VERSION = os.environ.get('QTILE_VERSION', '0.7.0')
QTILE_VERSION = os.environ.get('QTILE_VERSION', '0.8.0')

QTILE_DOWNLOAD = os.environ.get('QTILE_DOWNLOAD',
'https://github.com/qtile/qtile/archive/v{0}.tar.gz'.format(QTILE_VERSION))

QTILE_RELEASE_DATE = datetime.datetime.strptime(
os.environ.get('QTILE_RELEASE_DATE', '2014-03-30'), '%Y-%m-%d').date()
os.environ.get('QTILE_RELEASE_DATE', '2014-08-18'), '%Y-%m-%d').date()


# Google Analytics Tracking ID
Expand Down

0 comments on commit a538cc0

Please sign in to comment.