Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rezib committed Jul 20, 2023
1 parent 5d39817 commit baab544
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

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
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.0] - 2023-07-20

[unreleased]: https://github.com/rackslab/firehpc/compare/v1.0.0-beta...HEAD
[1.0.0]: https://github.com/rackslab/firehpc/releases/tag/v1.0.0-beta
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "FireHPC"
version = "0.0.1"
version = "1.0.0"
description = "Instantly fire up container-based emulated HPC cluster"
license = {text = "GPLv3+"}
requires-python = ">=3.9"
Expand Down

0 comments on commit baab544

Please sign in to comment.