We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d14adb commit 47c9fbaCopy full SHA for 47c9fba
docs/changelog.rst
@@ -5,6 +5,13 @@ Change log
5
==========
6
7
8
+Release 1.2 (2021-09-03)
9
+========================
10
+
11
+* Updated code to work with later Gtk3 versions
12
+* Added configuration option for the editor launched for examples
13
14
15
Release 1.1 (2018-07-07)
16
========================
17
sense_emu/__init__.py
@@ -35,7 +35,7 @@
35
)
36
37
__project__ = 'sense-emu'
38
-__version__ = '1.1'
+__version__ = '1.2'
39
__author__ = 'Raspberry Pi Foundation'
40
__author_email__ = '[email protected]'
41
__url__ = 'http://sense-emu.readthedocs.io/'
0 commit comments