Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
waveform80 committed Sep 3, 2021
1 parent 9d14adb commit 47c9fba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ Change log
==========


Release 1.2 (2021-09-03)
========================

* Updated code to work with later Gtk3 versions
* Added configuration option for the editor launched for examples


Release 1.1 (2018-07-07)
========================

Expand Down
2 changes: 1 addition & 1 deletion sense_emu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
)

__project__ = 'sense-emu'
__version__ = '1.1'
__version__ = '1.2'
__author__ = 'Raspberry Pi Foundation'
__author_email__ = '[email protected]'
__url__ = 'http://sense-emu.readthedocs.io/'
Expand Down

0 comments on commit 47c9fba

Please sign in to comment.