Skip to content

Commit d558f7a

Browse files
committed
fix version identifier
1 parent 943578c commit d558f7a

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

docs/development/changelog.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,27 @@ All notable changes to this project will be documented in this file.
66
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
and this project adheres to [Calendar Versioning](https://calver.org/).
88

9+
[2023.09.1] 2023-09-05
10+
-----------------------
11+
12+
Fixed
13+
^^^^^
14+
15+
- Fixed package number.
16+
- Changelog layout.
17+
918
[2023.09.0] 2023-09-05
1019
-----------------------
1120

1221
Fixed
22+
^^^^^
1323

1424
- Fixed package dependencies.
1525

1626
[2023.08.0] 2023-08-30
1727
----------------------
1828

1929
Added
20-
-----
30+
^^^^^
2131

2232
- Initial release.

src/basd/utils/basd_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333

3434
"""Defines the BaSD version number"""
3535

36-
_version = "2023.08.0" #: BaSD version number: YYYY.MM.PATCH
36+
_version = "2023.09.1" #: BaSD version number: YYYY.MM.PATCH
3737

3838
__version__ = _version

0 commit comments

Comments
 (0)