Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
Update CHANGELOG with 1.1.1 release notes
  • Loading branch information
pszpetkowski committed Nov 5, 2017
1 parent 86fb636 commit ffaa9a1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ Change Log
This document records all notable changes to djoser.
This project adheres to `Semantic Versioning <http://semver.org/>`_.

---------------------
`1.1.1`_ (2017-11-05)
---------------------

* Fix: Token Strategy breaks in all cases if djangorestframework-jwt not installed

---------------------
`1.1.0`_ (2017-11-05)
---------------------
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '1.1.0'
version = '1.1.1'
# The full version, including alpha/beta/rc tags.
release = '1.1.0'
release = '1.1.1'

# 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 @@ -17,7 +17,7 @@ def get_packages(package):

setup(
name='djoser',
version='1.1.0',
version='1.1.1',
packages=get_packages('djoser'),
license='MIT',
author='SUNSCRAPERS',
Expand Down

0 comments on commit ffaa9a1

Please sign in to comment.