mirror of https://github.com/MISP/PyMISP
chg: Bump version
parent
3a3525f00f
commit
e3c96d9d85
|
@ -188,5 +188,5 @@ output_engine = rest_py
|
||||||
##
|
##
|
||||||
## This option tells git-log whether to include merge commits in the log.
|
## This option tells git-log whether to include merge commits in the log.
|
||||||
## The default is to include them.
|
## The default is to include them.
|
||||||
include_merge = True
|
include_merge = False
|
||||||
|
|
||||||
|
|
813
CHANGELOG.txt
813
CHANGELOG.txt
File diff suppressed because it is too large
Load Diff
|
@ -1,4 +1,4 @@
|
||||||
__version__ = '2.4.102'
|
__version__ = '2.4.103'
|
||||||
import logging
|
import logging
|
||||||
import functools
|
import functools
|
||||||
import warnings
|
import warnings
|
||||||
|
|
Loading…
Reference in New Issue