Skip to content

Commit

Permalink
Upgraded to 0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Dec 11, 2015
1 parent 8575a08 commit 64ea00b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

0.7.6
-----

* Patched ``set_kwargs`` to override the key name of the slug when it is configured by the detail view's ``slug_field`` setting

0.7.5
-----

Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@

# General information about the project.
project = u'django-bakery'
copyright = u'2014, Los Angeles Times Data Desk'
copyright = u'2015, Los Angeles Times Data Desk'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '0.7.5'
version = '0.7.6'
# The full version, including alpha/beta/rc tags.
release = '0.7.5'
release = '0.7.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def run(self):

setup(
name='django-bakery',
version='0.7.5',
version='0.7.6',
description='A set of helpers for baking your Django site out as flat files',
author='The Los Angeles Times Data Desk',
author_email='[email protected]',
Expand Down

0 comments on commit 64ea00b

Please sign in to comment.