merge-requests/130/head v0.9.0
Jason Robinson 2016-12-10 12:48:08 +02:00
rodzic 46fc41e5cf
commit dae45fc609
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
# Changelog
## [unreleased]
## [0.9.0] - 2016-12-10
### Backwards incompatible changes
* `Image` no longer has a `text` attribute. It is replaced by `raw_content`, the same attribute as `Post` and `Comment` have. Unlike the latter two, `Image.raw_content` is not mandatory.

Wyświetl plik

@ -1 +1 @@
__version__ = "0.8.2"
__version__ = "0.9.0"