Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
pls work2
  • Loading branch information
John15321 committed Sep 4, 2022
commit ff6c3b8896a01815ac1b5fdc64f0d199c1c4c6f0
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@
# Changelog

<!-- All notable changes to this project will be documented in this file.
The format is based on :

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). -->
* [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). -->

## Unreleased

## [0.0.1] - 2022-09-03

### Added

- Created Baseline Project
* Created Baseline Project
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

> **Python PEP-440 Version Parser**

This package allows for parsing Python [PEP-440](https://peps.python.org/pep-0440/) version numbers and for comparisons between [PEP-440](https://peps.python.org/pep-0440/) version numbers.
This package allows for parsing Python [PEP-440](https://peps.python.org/pep-0440/)
version numbers and for comparisons between
[PEP-440](https://peps.python.org/pep-0440/) version numbers.

## Usage

Expand Down