Skip to content

Commit

Permalink
Merge pull request #75 from jamescooke/bump-v2.1.3
Browse files Browse the repository at this point in the history
Bump to v2.1.3
  • Loading branch information
jamescooke committed Jan 19, 2020
2 parents 2e217d7 + 74408de commit 0d131d5
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 12 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@ Unreleased_
See also `latest documentation
<http://factory-djoy.readthedocs.io/en/latest/>`_.

2.1.3_ - 2020/01/19
-------------------

Added
:::::

* Explicit support for Django 3.0 . `#73
<https://github.com/jamescooke/factory_djoy/pull/73>`_

Removed
:::::::

* Support for Django 2.1.

2.1.2_ - 2019/11/23
-------------------

Expand Down Expand Up @@ -126,7 +140,8 @@ Added

Stable testing release.

.. _Unreleased: https://github.com/jamescooke/factory_djoy/compare/v2.1.2...HEAD
.. _Unreleased: https://github.com/jamescooke/factory_djoy/compare/v2.1.3...HEAD
.. _2.1.3: https://github.com/jamescooke/factory_djoy/compare/v2.1.2...v2.1.3
.. _2.1.2: https://github.com/jamescooke/factory_djoy/compare/v2.1.1...v2.1.2
.. _2.1.1: https://github.com/jamescooke/factory_djoy/compare/v2.1.0...v2.1.1
.. _2.1.0: https://github.com/jamescooke/factory_djoy/compare/v2.0.0...v2.1.0
Expand Down
4 changes: 2 additions & 2 deletions factory_djoy/__about__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
__name__ = 'factory_djoy'
__version__ = '2.1.2'
__version__ = '2.1.3'

__author__ = 'James Cooke'
__copyright__ = '2019, {}'.format(__author__)
__copyright__ = '2020, {}'.format(__author__)

__description__ = 'Factories for Django, creating valid model instances every time.'
__email__ = 'github@jamescooke.info'
1 change: 0 additions & 1 deletion test_framework/requirements/django21.in

This file was deleted.

8 changes: 0 additions & 8 deletions test_framework/requirements/django21.txt

This file was deleted.

0 comments on commit 0d131d5

Please sign in to comment.