Skip to content

Commit

Permalink
Merge pull request #39 from jamescooke/bump-v1.0.2
Browse files Browse the repository at this point in the history
Bump v1.0.2
  • Loading branch information
jamescooke committed Dec 21, 2018
2 parents cb8c11d + fdef82f commit 7bd9d52
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
11 changes: 10 additions & 1 deletion RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ Unreleased_
See also `latest documentation
<http://factory-djoy.readthedocs.io/en/latest/>`_.

1.0.2_ - 2018/12/21
-------------------

Added
:::::

* ``python_requires`` to help pip find the Python 2 version.

1.0.1_ - 2018/12/20
-------------------

Expand Down Expand Up @@ -75,7 +83,8 @@ Added

Stable testing release.

.. _Unreleased: https://github.com/jamescooke/factory_djoy/compare/v1.0.1...HEAD
.. _Unreleased: https://github.com/jamescooke/factory_djoy/compare/v1.0.2...HEAD
.. _1.0.2: https://github.com/jamescooke/factory_djoy/compare/v1.0.1...v1.0.2
.. _1.0.1: https://github.com/jamescooke/factory_djoy/compare/v1.0.0...v1.0.1
.. _1.0.0: https://github.com/jamescooke/factory_djoy/compare/v0.6.0...v1.0.0
.. _0.6.0: https://github.com/jamescooke/factory_djoy/compare/v0.5.0...v0.6.0
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__ = '1.0.1'
__version__ = '1.0.2'

__author__ = 'James Cooke'
__copyright__ = '2018, {}'.format(__author__)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def readme():
'Django>=1.11',
'factory_boy>=2.7',
],
python_requires='>=2.7',

classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 7bd9d52

Please sign in to comment.