Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

Commit

Permalink
Added Django style version identifer
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Dec 18, 2016
1 parent 8355f96 commit 330f0d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions bigbuild/__init__.py
Expand Up @@ -3,8 +3,12 @@
import os
from git import Repo
from django.conf import settings
from django.utils.version import get_version
default_app_config = 'bigbuild.apps.BigbuildConfig'

VERSION = (0, 4, 1, 'final', 0)
__version__ = get_version(VERSION)


def get_build_directory():
"""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -84,7 +84,7 @@ def run(self):

setup(
name='django-bigbuild',
version='0.4.0',
version='0.4.1',
description="The open-source engine that powers bigbuilder, the Los Angeles Times Data Desk's \
system for publishing standalone pages",
author='The Los Angeles Times Data Desk',
Expand Down

0 comments on commit 330f0d4

Please sign in to comment.