Skip to content

Commit

Permalink
release v0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed Mar 24, 2020
1 parent 4bb7c2a commit 47b9e9e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
6 changes: 4 additions & 2 deletions README.creole
Original file line number Diff line number Diff line change
Expand Up @@ -266,10 +266,12 @@ Maybe other versions are compatible, too.

== Changelog ==

* *dev* [[https://github.com/jedie/django-reversion-compare/compare/v0.12.1...master|compare v0.12.1...master]]
* *dev* [[https://github.com/jedie/django-reversion-compare/compare/v0.12.2...master|compare v0.12.2...master]]
** TBC
* v0.12.2 - 24.03.2020 [[https://github.com/jedie/django-reversion-compare/compare/v0.12.1...v0.12.2|compare v0.12.1...v0.12.2]]
** [[https://github.com/jedie/django-reversion-compare/pull/130|Added revert button on compare view]], contributed by jjarthur
* v0.12.1 - 20.03.2020 [[https://github.com/jedie/django-reversion-compare/compare/v0.12.0...v0.12.1|compare v0.12.0...v0.12.1]]
** Bugfix: Django 3.0 compatibility by change project dependencies
** [[https://github.com/jedie/django-reversion-compare/pull/125|Bugfix: Django 3.0 compatibility by change project dependencies]], contributed by maxocub
** Test project used a "auto login test user" middleware
** Test project rename django admin title and branding
* v0.12.0 - 12.03.2020 [[https://github.com/jedie/django-reversion-compare/compare/v0.11.0...v0.12.0|compare v0.11.0...v0.12.0]]
Expand Down
10 changes: 7 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -331,13 +331,17 @@ Maybe other versions are compatible, too.
Changelog
---------

* *dev* `compare v0.12.1...master <https://github.com/jedie/django-reversion-compare/compare/v0.12.1...master>`_
* *dev* `compare v0.12.2...master <https://github.com/jedie/django-reversion-compare/compare/v0.12.2...master>`_

* TBC

* v0.12.2 - 24.03.2020 `compare v0.12.1...v0.12.2 <https://github.com/jedie/django-reversion-compare/compare/v0.12.1...v0.12.2>`_

* `Added revert button on compare view <https://github.com/jedie/django-reversion-compare/pull/130>`_, contributed by jjarthur

* v0.12.1 - 20.03.2020 `compare v0.12.0...v0.12.1 <https://github.com/jedie/django-reversion-compare/compare/v0.12.0...v0.12.1>`_

* Bugfix: Django 3.0 compatibility by change project dependencies
* `Bugfix: Django 3.0 compatibility by change project dependencies <https://github.com/jedie/django-reversion-compare/pull/125>`_, contributed by maxocub

* Test project used a "auto login test user" middleware

Expand Down Expand Up @@ -626,4 +630,4 @@ Donation

------------

``Note: this file is generated from README.creole 2020-03-20 12:49:23 with "python-creole"``
``Note: this file is generated from README.creole 2020-03-24 09:48:15 with "python-creole"``
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-reversion-compare"
version = "0.12.1"
version = "0.12.2"
description = "history compare for django-reversion"

# Will be generated from README.creole with: "poetry run update_rst_readme"
Expand Down
2 changes: 1 addition & 1 deletion reversion_compare/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.12.1"
__version__ = "0.12.2"

0 comments on commit 47b9e9e

Please sign in to comment.