Bumped version to 0.4.0.
This commit is contained in:
parent
b8f8ed53bd
commit
c2c221151b
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
VERSION = (0, 3, 0)
|
||||
VERSION = (0, 4, 0)
|
||||
|
||||
__version__ = '.'.join(map(str, VERSION))
|
||||
|
|
|
|||
Loading…
Reference in New Issue