Skip to content

Commit

Permalink
fix version identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
foxBMS committed Sep 5, 2023
1 parent 943578c commit d558f7a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion docs/development/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,27 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Calendar Versioning](https://calver.org/).

[2023.09.1] 2023-09-05
-----------------------

Fixed
^^^^^

- Fixed package number.
- Changelog layout.

[2023.09.0] 2023-09-05
-----------------------

Fixed
^^^^^

- Fixed package dependencies.

[2023.08.0] 2023-08-30
----------------------

Added
-----
^^^^^

- Initial release.
2 changes: 1 addition & 1 deletion src/basd/utils/basd_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@

"""Defines the BaSD version number"""

_version = "2023.08.0" #: BaSD version number: YYYY.MM.PATCH
_version = "2023.09.1" #: BaSD version number: YYYY.MM.PATCH

__version__ = _version

0 comments on commit d558f7a

Please sign in to comment.