Skip to content

Commit

Permalink
v0.0.30 notes (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-ocampo authored Nov 4, 2024
1 parent b2ebcda commit 59c72bd
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = 'PyAstronautics'
copyright = '2024, Eduardo Ocampo'
author = 'Eduardo Ocampo'
release = '0.0.2'
release = '0.0.30'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.0.2 Release Notes
0.0.20 Release Notes
===================================

- Created first module: Two-Body Problem
Expand Down
6 changes: 6 additions & 0 deletions docs/source/reference/release_notes/0.0.30-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
0.0.30 Release Notes
===================================

- Created test workflow
- Created Python module for the Three-Body Problem
- Including writeup for the CR3BP and examples
3 changes: 2 additions & 1 deletion docs/source/reference/release_notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Release Notes
===========================

```{toctree}
0.0.2-notes
0.0.30-notes
0.0.20-notes
0.0.17-notes
```
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pyastronautics"
version = "0.0.20"
version = "0.0.30"
description = "A Python package designed for astronautical engineers, providing tools for spacecraft design analysis, simulations, and optimization"
readme = "README.md"
license = { file = "LICENSE" }
Expand Down

0 comments on commit 59c72bd

Please sign in to comment.