Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Add CITATION.cff for citation #409

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
104 changes: 104 additions & 0 deletions 104 CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
# This CITATION.cff file was generated with cffinit:
# https://bit.ly/cffinit

cff-version: 1.2.0
title: python-semver
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software

authors:
- given-names: Kostiantyn
family-names: Rybnikov
email: k-bx@k-bx.com
- given-names: Tom
family-names: Schraitle
email: tom_schr@web.de
- given-names: Sebastian
family-names: Celles
email: s.celles@gmail.com
- name: "The python-semver software team"

identifiers:
- type: url
value: 'https://github.com/python-semver/python-semver'
description: GitHub python-semver/python-semver
url: 'https://python-semver.readthedocs.io'
repository-code: 'https://github.com/python-semver/python-semver'
repository-artifact: 'https://pypi.org/project/semver/'

abstract: >-
A Python module for semantic versioning. Simplifies
comparing versions. This modules follows the
MAJOR.MINOR.PATCH style.

keywords:
- Python
- Python module
- semver
- versioning
- semantic versioning
- semver-format
- semver-tag
- versions

references:
- authors:
- family-names: Preston-Werner
given-names: Tom
- name: "The semver team"
title: 'Semantic Versioning 2.0.0'
url: 'https://semver.org'
repository-code: 'https://github.com/semver/semver'
type: standard
version: 2.0.0
languages:
- ar
- bg
- ca
- cs
- da
- de
- el
- en
- es
- fa
- fr
- he
- hin
- hr
- hu
- hy
- id
- it
- ja
- ka
- kab
- ko
- nl
- pl
- pt
- ro
- ru
- sk
- sl
- sr
- sv
- tr
- uk
- vi
- zh
abstract: >-
Given a version number MAJOR.MINOR.PATCH, increment the:

1. MAJOR version when you make incompatible API changes
2. MINOR version when you add functionality in a backwards compatible manner
3. PATCH version when you make backwards compatible bug fixes

Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.

license: BSD-3-Clause
commit: 3a7680dc436211227c0aeae84c9b45e0b3345b8f
version: 3.0.0
date-released: '2023-04-02'
1 change: 1 addition & 0 deletions 1 release-procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ create a new release.
* `setup.cfg`
* `tox.ini`
* `.git/workflows/pythonpackage.yml`
* `CITATION.cff`

1. Verify that the version has been updated and follow
<https://semver.org>:
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.