Skip to content

Commit

Permalink
Merge pull request #53 from rbm/fix-changelog
Browse files Browse the repository at this point in the history
Fix CHANGELOG formatting for PyPI upload & bump to 3.2.1
  • Loading branch information
Robert MacCloy authored Jun 7, 2019
2 parents d078756 + 5079a44 commit 0fb9c0f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
24 changes: 14 additions & 10 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
Changelog
=========

3.2.0
------------------
- Support Django 2.3
3.2.1
--------------------
- Fix rST formatting in this file to pass PyPI rendering check

3.2.0 (Not released)
--------------------
- Support Django 2.2
- Support Python 3.7
- Fix metadata to remove deprecated Django versions
- Expand travis tests for versions and database engines
- Remove obsolete pylint suppressions
- Thanks to [@shurph](https://github.com/shurph) for the above!

3.1.0
------------------
--------------------
- Fix [deprecation of context param for Field.from_db_value](https://code.djangoproject.com/ticket/28370)
- Support for Django 2.1 (Thanks [@lukeburden](https://github.com/lukeburden)
- Switch tests suite to use pytest
- Remove pylint-django plugin, no longer needed

3.0.0
------------------
--------------------
- Add support for Python 3.6
- Add support for Django 2.0
- Remove support for Python 3.4
Expand All @@ -27,27 +31,27 @@ Changelog


2.5.0 (Not released)
------------------
--------------------
- Added official Python 3 support.
- Re-added support for Django 1.8. Now supports Django 1.8 and 1.9.

2.4.0 (2016-02-11)
------------------
--------------------
- Drop support for Django 1.8
- Add number of affected rows for delete methods (hard_delete, soft_delete, delete). Note: Django 1.9+ only.

2.1.0 (2014-09-04)
------------------
--------------------
- Add support for Django 1.7.

2.0.0 (2014-07-13)
------------------
--------------------
- Renamed top-level namespace to ``livefield``.
- Restructured internally to match Django convention.
- Added GIS support.
- Added South support.

1.0.0 (2014-02-14)
------------------
--------------------
- Initial release.
- Separated existing code from main application repository.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def run_tests(self):

setup(
name='django-livefield',
version='3.2.0',
version='3.2.1',
description='Convenient soft-deletion support for Django models',
long_description=(
open('README.rst').read() + '\n\n' +
Expand Down

0 comments on commit 0fb9c0f

Please sign in to comment.