Bump to v2.1.1
parent
407679895f
commit
f0c34297f4
|
|
@ -1,6 +1,12 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
Changes in 2.1.1 (2019-07-15)
|
||||
-----------------------------
|
||||
|
||||
* Fixed admin import error due to ``isort`` changes.
|
||||
|
||||
|
||||
Changes in 2.1 (2019-07-15)
|
||||
---------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -61,9 +61,9 @@ copyright = u"2013, Bert Constantin, Chris Glass, Diederik van der Boor"
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = "2.1"
|
||||
version = "2.1.1"
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = "2.1"
|
||||
release = "2.1.1"
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
|||
Loading…
Reference in New Issue