diff --git a/docs/source/Support/bskKnownIssues.rst b/docs/source/Support/bskKnownIssues.rst index 811a3aa80c..4179d12422 100644 --- a/docs/source/Support/bskKnownIssues.rst +++ b/docs/source/Support/bskKnownIssues.rst @@ -10,7 +10,7 @@ Basilisk Known Issues Version |release| ----------------- -- text here +- VizInterface has been updated to use 4.5.0 version of ZMQ library. Be sure to use Vizard 2.1.5 or newer. Version 2.1.7 ------------- diff --git a/docs/source/Support/bskReleaseNotes.rst b/docs/source/Support/bskReleaseNotes.rst index bcb807cc30..fb844b7b07 100644 --- a/docs/source/Support/bskReleaseNotes.rst +++ b/docs/source/Support/bskReleaseNotes.rst @@ -25,15 +25,14 @@ Basilisk Release Notes - landing dynamics force/torque effector that computes the interaction between a CAD spacecraft model and a CAD asteroid or lunar surface terrain. - spacecraft charging related modules - - ability to integrate dynamics of multiple spacecraft simultaneously - support a way to do thread-safe messaging - ability to integrate Python Basilisk modules in the same task and process as C/C++ modules - automated documentation build system when code is pushed to the repo -Version |release| ------------------ +Version |release| (June 28, 2023) +--------------------------------- - Created new way to define Python modules by inheriting from ``Basilisk.architecture.sysModel.SysModel``. See :ref:`pyModules` for details. - Added the ability to integrate the ODE's of two or more Basilisk modules that are ``DynamicObject`` class diff --git a/docs/source/bskVersion.txt b/docs/source/bskVersion.txt index 10dbbbc4bf..e3a4f19336 100644 --- a/docs/source/bskVersion.txt +++ b/docs/source/bskVersion.txt @@ -1 +1 @@ -2.2.0b0 \ No newline at end of file +2.2.0 \ No newline at end of file