File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,27 @@ All notable changes to this project will be documented in this file.
6
6
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7
7
and this project adheres to [Calendar Versioning](https://calver.org/).
8
8
9
+ [2023.09.1] 2023-09-05
10
+ -----------------------
11
+
12
+ Fixed
13
+ ^^^^^
14
+
15
+ - Fixed package number.
16
+ - Changelog layout.
17
+
9
18
[2023.09.0] 2023-09-05
10
19
-----------------------
11
20
12
21
Fixed
22
+ ^^^^^
13
23
14
24
- Fixed package dependencies.
15
25
16
26
[2023.08.0] 2023-08-30
17
27
----------------------
18
28
19
29
Added
20
- -----
30
+ ^^^^^
21
31
22
32
- Initial release.
Original file line number Diff line number Diff line change 33
33
34
34
"""Defines the BaSD version number"""
35
35
36
- _version = "2023.08.0 " #: BaSD version number: YYYY.MM.PATCH
36
+ _version = "2023.09.1 " #: BaSD version number: YYYY.MM.PATCH
37
37
38
38
__version__ = _version
You can’t perform that action at this time.
0 commit comments