Skip to content

Commit 9db4a48

Browse files
authored
Bumped version to 2.3.0 (#69)
1 parent 952deaf commit 9db4a48

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.rst

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

55

6-
2.3.0 (unreleased)
6+
2.3.0 (2020-01-29)
77
==================
88

99
* Added support for Django 3.0
@@ -12,6 +12,7 @@ Changelog
1212
* Added further tests to raise coverage
1313
* Fixed smaller issues found during testing
1414
* Fixed alt attribute not rendering correctly
15+
* Fixed missing html variable not present in context
1516

1617

1718
2.2.0 (2019-05-06)

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__ = '2.2.0'
2+
__version__ = '2.3.0'
33

44
default_app_config = 'djangocms_snippet.apps.SnippetConfig'

0 commit comments

Comments
 (0)