Skip to content

Commit

Permalink
Merge pull request #267 from uncovertruth/feature/1.1.2
Browse files Browse the repository at this point in the history
Bump version to 1.1.2
  • Loading branch information
opapy authored Nov 15, 2018
2 parents 1eae22c + 9f1f9fa commit 29b0c45
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
5 changes: 3 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
History
=======

Not released
------------
1.1.2 (2018-11-15)
------------------

* Update ``_create_object_from_params`` to new interface
* Add support for Django 2.1
* Add support for Python 3.7

Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ exclude .editorconfig
exclude .pyup.yml
exclude .travis.yml
exclude requirements.txt
exclude requirements-dev.txt
exclude runmakemigrations.py
exclude tox.ini

Expand Down
2 changes: 1 addition & 1 deletion horizon/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__author__ = """UNCOVER TRUTH Inc."""
__email__ = '[email protected]'
__version__ = '1.1.1'
__version__ = '1.1.2'
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-r requirements.txt
Django==2.1.3

0 comments on commit 29b0c45

Please sign in to comment.