Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rm-hull committed Jun 16, 2019
1 parent 30c1e69 commit 8625b05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ ChangeLog
+------------+---------------------------------------------------------------------+------------+
| Version | Description | Date |
+============+=====================================================================+============+
| **1.2.0** | * Rework namespace handling for luma sub-projects | 2019/06/16 |
+------------+---------------------------------------------------------------------+------------+
| **1.1.0** | * Added ASCII-block emulator | 2018/02/03 |
+------------+---------------------------------------------------------------------+------------+
| **1.0.2** | * Changed version number to inside ``luma/emulator/__init__.py`` | 2017/11/23 |
Expand Down
2 changes: 1 addition & 1 deletion luma/emulator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Copyright (c) 2017-18 Richard Hull and contributors
# See LICENSE.rst for details.

__version__ = '1.1.0'
__version__ = '1.2.0'

0 comments on commit 8625b05

Please sign in to comment.