Skip to content

Commit

Permalink
Merge pull request #58 from jamescooke/bump-v2.1.1
Browse files Browse the repository at this point in the history
Bump to v2.1.1
  • Loading branch information
jamescooke committed Apr 13, 2019
2 parents 7918cfe + 083b1f5 commit d0de16c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,17 @@ this project adheres to `Semantic Versioning <http://semver.org/>`_.
Unreleased_
-----------

See also `latest documentation
<http://factory-djoy.readthedocs.io/en/latest/>`_.

2.1.1_ - 2019/04/06
-------------------

Added
:::::

* Django 2.2 now added to test framework.

See also `latest documentation
<http://factory-djoy.readthedocs.io/en/latest/>`_.

2.1.0_ - 2019/02/10
-------------------

Expand Down Expand Up @@ -113,7 +116,8 @@ Added

Stable testing release.

.. _Unreleased: https://github.com/jamescooke/factory_djoy/compare/v2.1.0...HEAD
.. _Unreleased: https://github.com/jamescooke/factory_djoy/compare/v2.1.1...HEAD
.. _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
.. _2.0.0: https://github.com/jamescooke/factory_djoy/compare/v1.0.2...v2.0.0
.. _1.0.2: https://github.com/jamescooke/factory_djoy/compare/v1.0.1...v1.0.2
Expand Down
2 changes: 1 addition & 1 deletion factory_djoy/__about__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__name__ = 'factory_djoy'
__version__ = '2.1.0'
__version__ = '2.1.1'

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

0 comments on commit d0de16c

Please sign in to comment.