Bumped version to 0.4.0.

This commit is contained in:
Salvador E. Tropea 2020-06-17 15:38:49 -03:00
parent b8f8ed53bd
commit c2c221151b
3 changed files with 10 additions and 1 deletions

View File

@ -6,8 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.4.0] - 2020-06-17
### Added
- STEP 3D model generation
- Support for unpatched InteractiveHtmlBom
## [0.3.0] - 2020-06-14
### Added

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
kiplot.inti-cmnb (0.4.0-1) stable; urgency=medium
* Added STEP 3D model generation
-- Salvador E. Tropea <salvador@inti.gob.ar> Wed, 17 Jun 2020 15:38:08 -0300
kiplot.inti-cmnb (0.3.0-1) stable; urgency=medium
* Added better debug information when a BoM fails to be generated.

View File

@ -1,3 +1,3 @@
VERSION = (0, 3, 0)
VERSION = (0, 4, 0)
__version__ = '.'.join(map(str, VERSION))