From 73c93e6567dfa2ccf024500c07097f2e9b4af9b0 Mon Sep 17 00:00:00 2001 From: Dunbaratu Date: Sun, 12 Feb 2023 23:37:51 -0600 Subject: [PATCH] 1.4.0.0 version forgotten in conf --- doc/source/changes.rst | 2 +- doc/source/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 611991f4b..021112dad 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -69,7 +69,7 @@ file. Function BODYATMOSPHERE ::::::::::::::::::::::: -Added :function:`BODYATMOSPHERE` as an alternate way to +Added :func:`BODYATMOSPHERE` as an alternate way to obtain the atmosphere information about a body. Actually this function had already existed. It just hadn't been documented. diff --git a/doc/source/conf.py b/doc/source/conf.py index 7403ce103..b2534673a 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -59,9 +59,9 @@ # built documents. # # The short X.Y version. -version = '1.3.3.0' +version = '1.4.0.0' # The full version, including alpha/beta/rc tags. -release = '1.3.3.0' +release = '1.4.0.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.