mirror of https://github.com/FOME-Tech/openblt.git
Refs #560. Updated version numbers of all components (where applicable) and rebuild the Windows binaries in preparation for the next release.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@529 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
parent
9beff5f000
commit
bbd3055477
|
@ -38,7 +38,7 @@ PROJECT_NAME = "OpenBLT Bootloader - Reference Manual"
|
||||||
# could be handy for archiving the generated documentation or if some version
|
# could be handy for archiving the generated documentation or if some version
|
||||||
# control system is used.
|
# control system is used.
|
||||||
|
|
||||||
PROJECT_NUMBER = 1.6.0 RC
|
PROJECT_NUMBER = 1.6.0
|
||||||
|
|
||||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
||||||
# for a project that appears at the top of each page and should give viewer a
|
# for a project that appears at the top of each page and should give viewer a
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -40,7 +40,7 @@ from setuptools import setup
|
||||||
# ***************************************************************************************
|
# ***************************************************************************************
|
||||||
setup ( \
|
setup ( \
|
||||||
name = 'openblt',
|
name = 'openblt',
|
||||||
version = '1.3.0',
|
version = '1.3.1',
|
||||||
description = 'Python wrapper for the OpenBLT host library (LibOpenBLT).',
|
description = 'Python wrapper for the OpenBLT host library (LibOpenBLT).',
|
||||||
long_description = open('README.rst', 'r').read(),
|
long_description = open('README.rst', 'r').read(),
|
||||||
author = 'Frank Voorburg',
|
author = 'Frank Voorburg',
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue