Skip to content

Commit c636fda

Browse files
committed
Version bump to 1.0.0
1 parent aaa586f commit c636fda

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Release/1.0.0] - 2025-05-21
7+
## [Release/1.0.0] - 2025-05-22
88

99
First release!
1010

libs/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class consts():
55
This class contains the constants used in the application.
66
"""
77
CHANNEL = 'Release'
8-
SEMVER = '0.9.9'
8+
SEMVER = '1.0.0'
99
VERSION = {
1010
'channel': CHANNEL,
1111
'full': f'{CHANNEL}/{SEMVER}',

0 commit comments

Comments
 (0)