Bump version to 0.3.1
This commit is contained in:
parent
80b7a5407b
commit
31f4ff105c
@ -1,5 +1,11 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## [0.3.1](https://github.com/formatc1702/WireViz/tree/v0.3.1) (2021-10-25)
|
||||||
|
|
||||||
|
### Hotfix
|
||||||
|
|
||||||
|
- Assign generic harness title when using WireViz as a module and not specifying an output file name ([#253](https://github.com/formatc1702/WireViz/issues/253), [#254](https://github.com/formatc1702/WireViz/pull/254))
|
||||||
|
|
||||||
## [0.3](https://github.com/formatc1702/WireViz/tree/v0.3) (2021-10-11)
|
## [0.3](https://github.com/formatc1702/WireViz/tree/v0.3) (2021-10-11)
|
||||||
|
|
||||||
### New features
|
### New features
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Please don't import anything in this file to avoid issues when it is imported in setup.py
|
# Please don't import anything in this file to avoid issues when it is imported in setup.py
|
||||||
|
|
||||||
__version__ = '0.3'
|
__version__ = '0.3.1'
|
||||||
|
|
||||||
CMD_NAME = 'wireviz' # Lower case command and module name
|
CMD_NAME = 'wireviz' # Lower case command and module name
|
||||||
APP_NAME = 'WireViz' # Application name in texts meant to be human readable
|
APP_NAME = 'WireViz' # Application name in texts meant to be human readable
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user