mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-05-17 01:21:05 +00:00
0.9.6pre
This commit is contained in:
parent
8c5edbf6d9
commit
870065a0a8
3 changed files with 7 additions and 2 deletions
5
CHANGES
5
CHANGES
|
|
@ -2,6 +2,11 @@ Version History
|
|||
===============
|
||||
|
||||
|
||||
Version 0.9.6 (unreleased)
|
||||
--------------------------
|
||||
* Remove 'providing_args' kwarg from signals instanciation (#250, thanks @mondeja)
|
||||
|
||||
|
||||
Version 0.9.5
|
||||
-------------
|
||||
* Fixed DeprecationWarning: invalid escape sequence (#234, Thanks @jayvdb)
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ master_doc = 'index'
|
|||
|
||||
# General information about the project.
|
||||
project = u'Django Rosetta'
|
||||
copyright = u'2008 – 2020 Marco Bonetti and contributors'
|
||||
copyright = u'2008 – 2021 Marco Bonetti and contributors'
|
||||
author = u'Marco Bonetti'
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
VERSION = (0, 9, 5)
|
||||
VERSION = (0, 9, 6)
|
||||
default_app_config = "rosetta.apps.RosettaAppConfig"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue