bump version

Esse commit está contido em:
Victor Nakoryakov
2012-10-05 18:44:09 +04:00
commit 856f930a26
2 arquivos alterados com 16 adições e 1 exclusões
+15
Ver Arquivo
@@ -81,9 +81,24 @@ License
If not stated otherwise ino is distributed in terms of MIT software license.
See MIT-LICENSE.txt in the distribution for details.
Contributors
============
* `David Charbonnier <https://github.com/dcharbonnier>`_.
* `Jared Boone <https://github.com/jboone>`_.
Changelog
=========
0.3.4
* Fix #44, #45: Building and uploading for Arduino Leonardo is fully supported.
* Fix #3, #29: Build artifacts for different board models and Arduino distributions
go in different build subdirectories, so you haven't to run ``ino clean`` and
rebuild if you switch to another Arduino model or software distribution.
* The version of avr gcc toolset that is bundled with Arduino Software is now
always preferred over system-wide. So that users with edge-versions of software
(such as Arch Linux) able to produce expected results.
0.3.3
* Fix #16: ``*.ino`` and ``*.pde`` sketches are now populated with function
prototypes while preprocessing step in the same way as it done by Arduino IDE,
+1 -1
Ver Arquivo
@@ -17,7 +17,7 @@ ino_package_data = gen_data_files('ino', 'make') + gen_data_files('ino', 'templa
setup(
name='ino',
version='0.3.3',
version='0.3.4',
description='Command line toolkit for working with Arduino hardware',
long_description=readme_content,
author='Victor Nakoryakov, Amperka Team',