Prepare release 0.5.2

Change-Id: I32adf57b09e27107b87f293bb785d6f67db4b558
This commit is contained in:
Alexander Afanasyev
2018-10-16 11:25:27 -04:00
committed by Alex Afanasyev
parent 1d1092d356
commit e19f3f6b5a
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -1,6 +1,14 @@
Release Notes
=============
## Version 0.5.2
- The build requirements have been upgraded to gcc >= 5.3 or clang >= 3.6.
This effectively drops support for all versions of Ubuntu older
than 16.04 that use distribution-provided compilers and packages.
- Transition to v0.3 packet format (Issues #4691 and #4684)
## Version 0.5.1
- Fix forceful shutdown of `Face` when destructing `Logic` instance
+1 -1
View File
@@ -1,6 +1,6 @@
# -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
VERSION = '0.5.1'
VERSION = '0.5.2'
APPNAME = 'ChronoSync'
GIT_TAG_PREFIX = ''