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

Commit

Permalink
v0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Apr 22, 2017
1 parent f04b4db commit 3bd7730
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dependencies
python-frontmatter==0.4.2
django-bakery==0.10.0
django-bakery==0.10.1
PyYAML==3.11
validictory==1.0.1
django-compressor==2.0
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def run(self):

setup(
name='django-bigbuild',
version='0.5.6',
version='0.5.7',
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 Expand Up @@ -114,7 +114,7 @@ def run(self):
],
install_requires=[
'python-frontmatter>=0.4.2',
'django-bakery>=0.10.0',
'django-bakery>=0.10.1',
'validictory>=1.0.1',
'django-compressor>=2.0',
'greeking>=2.2.0',
Expand Down

0 comments on commit 3bd7730

Please sign in to comment.