Skip to content

Commit

Permalink
chore(release): Version Release 0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release committed Aug 2, 2024
1 parent 73712c3 commit 1fe82b8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,13 @@
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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Unreleased]






2 changes: 1 addition & 1 deletion api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
REQUEST_TIMEOUT = (25, 30)

# Version Identifier for Changelog
__version__ = "1.0.0"
__version__ = "0.0.0"


def format_time(seconds):
Expand Down

0 comments on commit 1fe82b8

Please sign in to comment.