Skip to content

Commit

Permalink
Bump to v2.2.1 (#114)
Browse files Browse the repository at this point in the history
* Update CHANGELOG

* Bump to v2.2.1

* Fix CHANGELOG links
  • Loading branch information
jamescooke committed Oct 22, 2022
1 parent 011eb55 commit 3ad4980
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,22 @@ Unreleased_
See also `latest documentation
<http://factory-djoy.readthedocs.io/en/latest/>`_.

2.2.1_ - 2022/10/22
-------------------

Removed
:::::::

* Dropped support for Python 3.6. `#109
<https://github.com/jamescooke/factory_djoy/pull/109>`_

* Dropped support for Django 1.11. `#97
<https://github.com/jamescooke/factory_djoy/issues/97>`_

* Compiled requirements for Django versions removed, tox trusted to install
good versions. `#111
<https://github.com/jamescooke/factory_djoy/issues/111>`_

2.2.0_ - 2021/03/08
-------------------

Expand Down Expand Up @@ -164,7 +180,8 @@ Added

Stable testing release.

.. _Unreleased: https://github.com/jamescooke/factory_djoy/compare/v2.2.0...HEAD
.. _Unreleased: https://github.com/jamescooke/factory_djoy/compare/v2.2.1...HEAD
.. _2.2.1: https://github.com/jamescooke/factory_djoy/compare/v2.2.0...v2.2.1
.. _2.2.0: https://github.com/jamescooke/factory_djoy/compare/v2.1.4...v2.2.0
.. _2.1.4: https://github.com/jamescooke/factory_djoy/compare/v2.1.3...v2.1.4
.. _2.1.3: https://github.com/jamescooke/factory_djoy/compare/v2.1.2...v2.1.3
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.2.0'
__version__ = '2.2.1'

__author__ = 'James Cooke'
__copyright__ = '2021, {}'.format(__author__)
__copyright__ = '2022, {}'.format(__author__)

__description__ = 'Factories for Django, creating valid model instances every time.'
__email__ = 'github@jamescooke.info'

0 comments on commit 3ad4980

Please sign in to comment.