Skip to content

Commit

Permalink
Merge pull request #231 from jedie/dev
Browse files Browse the repository at this point in the history
Release as v0.17.0
  • Loading branch information
jedie authored Feb 20, 2024
2 parents 0f66408 + 0d7e601 commit 0460bec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,14 @@ Maybe other versions are compatible, too.

## Changelog

* *dev* [compare v0.16.2...main](https://github.com/jedie/django-reversion-compare/compare/v0.16.2...main)
* *dev* [compare v0.17.0...main](https://github.com/jedie/django-reversion-compare/compare/v0.16.2...main)
* TBC
* v0.16.2 - 08.05.2023 [compare v0.16.2...v0.17.0](https://github.com/jedie/django-reversion-compare/compare/v0.16.2...v0.17.0)
* Remove Django 4.1 tests and add 5.0
* Remove Python 3.9 from test matrix (because Django 5.0 doesn't support it)
* Use `pretty_repr` from `rich` in `CompareObject`
* Modernize CSS styles and support dark theme
* Add `JSONField` to `VariantModel` test model
* v0.16.2 - 08.05.2023 [compare v0.16.1...v0.16.2](https://github.com/jedie/django-reversion-compare/compare/v0.16.1...v0.16.2)
* Bugfix compare a registered model that has a relation to a not registered model
* Fix links in README
Expand Down
2 changes: 1 addition & 1 deletion reversion_compare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
Add compare view to django-reversion for comparing two versions of a reversion model.
"""

__version__ = '0.16.2'
__version__ = '0.17.0'
__author__ = 'Jens Diemer <[email protected]>'

0 comments on commit 0460bec

Please sign in to comment.