Skip to content

Commit c8a87f5

Browse files
authored
Merge pull request #32 from divio/feature/release
Release 1.9.1
2 parents 24d9b64 + ff81c29 commit c8a87f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Changelog
33
=========
44

55

6-
1.9.1 (unreleased)
6+
1.9.1 (2016-09-08)
77
==================
88

99
* Added a missing migration

djangocms_snippet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = '1.9.0'
2+
__version__ = '1.9.1'
33

44
default_app_config = 'djangocms_snippet.apps.SnippetConfig'

0 commit comments

Comments
 (0)