updated version and changelog for next release
This commit is contained in:
parent
f8a20f8dbb
commit
41b231b577
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
## 2022-11-28 CORE 9.0.1
|
||||||
|
|
||||||
|
* Installation
|
||||||
|
* updated protobuf and grpcio-tools versions in pyproject.toml to account for bad version mix
|
||||||
|
|
||||||
## 2022-11-18 CORE 9.0.0
|
## 2022-11-18 CORE 9.0.0
|
||||||
|
|
||||||
* Breaking Changes
|
* Breaking Changes
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
# this defines the CORE version number, must be static for AC_INIT
|
# this defines the CORE version number, must be static for AC_INIT
|
||||||
AC_INIT(core, 9.0.0)
|
AC_INIT(core, 9.0.1)
|
||||||
|
|
||||||
# autoconf and automake initialization
|
# autoconf and automake initialization
|
||||||
AC_CONFIG_SRCDIR([netns/version.h.in])
|
AC_CONFIG_SRCDIR([netns/version.h.in])
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "core"
|
name = "core"
|
||||||
version = "9.0.0"
|
version = "9.0.1"
|
||||||
description = "CORE Common Open Research Emulator"
|
description = "CORE Common Open Research Emulator"
|
||||||
authors = ["Boeing Research and Technology"]
|
authors = ["Boeing Research and Technology"]
|
||||||
license = "BSD-2-Clause"
|
license = "BSD-2-Clause"
|
||||||
|
|
Loading…
Reference in a new issue