updated changelog and bumped versions for release
This commit is contained in:
parent
0204472928
commit
bb592cda58
3 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,11 @@
|
|||
## 2021-09-17 CORE 7.5.2
|
||||
|
||||
* Installation
|
||||
* \#596 - fixes issue related to installing poetry by pinning version to 1.1.7
|
||||
* updates pipx installation to pinned version 0.16.4
|
||||
* core-daemon
|
||||
* \#600 - fixes known vulnerability for pillow dependency by updating version
|
||||
|
||||
## 2021-04-15 CORE 7.5.1
|
||||
|
||||
* core-pygui
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
# this defines the CORE version number, must be static for AC_INIT
|
||||
AC_INIT(core, 7.5.1)
|
||||
AC_INIT(core, 7.5.2)
|
||||
|
||||
# autoconf and automake initialization
|
||||
AC_CONFIG_SRCDIR([netns/version.h.in])
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "core"
|
||||
version = "7.5.1"
|
||||
version = "7.5.2"
|
||||
description = "CORE Common Open Research Emulator"
|
||||
authors = ["Boeing Research and Technology"]
|
||||
license = "BSD-2-Clause"
|
||||
|
|
Loading…
Reference in a new issue