Skip to content

Commit ffaa43f

Browse files
committed
[MINOR] Automatic version incrementing on commit
1 parent f9c8b33 commit ffaa43f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
# sys.path.insert(0, os.path.abspath(os.path.join("..", "..", "src")))
2323
now = datetime.datetime.now()
2424

25-
project = "BSK-RL"
25+
release = metadata.version("bsk_rl")
26+
project = "BSK-RL v" + release
2627
copyright = str(now.year) + ", Autonomous Vehicle Systems (AVS) Laboratory"
2728
author = "Mark Stephenson"
28-
release = metadata.version("bsk_rl")
2929
version = "Version " + release
3030

3131
# -- General configuration ---------------------------------------------------

docs/source/release_notes.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Release Notes
22
=============
33

4-
Development Version
5-
-------------------
6-
*Release Date: MMM. DD, YYYY*
4+
Development - |version|
5+
-----------------------
6+
.. *Release Date: MMM. DD, YYYY*
77
88
* Add ability in :class:`~bsk_rl.obs.SatProperties` to define new observations with
99
a custom function.

0 commit comments

Comments
 (0)