Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed Jul 17, 2016
1 parent c470179 commit 1a3ca09
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: manage.py [] [email protected] $
# ID: manage.py [5277a6e] [email protected] $

"""
Django default management commands, with some special sauce.
Expand Down
2 changes: 1 addition & 1 deletion partisan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: __init__.py [] [email protected] $
# ID: __init__.py [5277a6e] [email protected] $

"""
The project module for the Partisan Discourse web application.
Expand Down
2 changes: 1 addition & 1 deletion partisan/settings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: __init__.py [] [email protected] $
# ID: __init__.py [5277a6e] [email protected] $

"""
Settings module for the Partisan Discourse application
Expand Down
2 changes: 1 addition & 1 deletion partisan/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: base.py [] [email protected] $
# ID: base.py [5277a6e] [email protected] $

"""
The common Django settings for the partisan project.
Expand Down
2 changes: 1 addition & 1 deletion partisan/settings/development.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: development.py [] [email protected] $
# ID: development.py [5277a6e] [email protected] $

"""
The Django settings for partisan-discourse in development.
Expand Down
2 changes: 1 addition & 1 deletion partisan/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: production.py [] [email protected] $
# ID: production.py [5277a6e] [email protected] $

"""
The Django settings for partisan-discourse in production
Expand Down
2 changes: 1 addition & 1 deletion partisan/settings/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: testing.py [] [email protected] $
# ID: testing.py [5277a6e] [email protected] $

"""
Testing settings to enable testing on Travis with Django tests.
Expand Down
2 changes: 1 addition & 1 deletion partisan/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: __init__.py [] [email protected] $
# ID: __init__.py [80822db] [email protected] $

"""
Tests for the complete partisan package.
Expand Down
2 changes: 1 addition & 1 deletion partisan/tests/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: test_init.py [] [email protected] $
# ID: test_init.py [80822db] [email protected] $

"""
Initialization tests for the Partisan Discourse project
Expand Down
2 changes: 1 addition & 1 deletion partisan/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2015 District Data Labs
# For license information, see LICENSE.txt
#
# ID: urls.py [] [email protected] $
# ID: urls.py [5277a6e] [email protected] $

"""
Partisan Discourse URL Configuration
Expand Down
2 changes: 1 addition & 1 deletion partisan/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2015 District Data Labs
# For license information, see LICENSE.txt
#
# ID: version.py [] [email protected] $
# ID: version.py [80822db] [email protected] $

"""
Helper module for managing versioning information
Expand Down
2 changes: 1 addition & 1 deletion partisan/wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: wsgi.py [] [email protected] $
# ID: wsgi.py [5277a6e] [email protected] $

"""
WSGI config for partisan project.
Expand Down

0 comments on commit 1a3ca09

Please sign in to comment.