Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 39bf287

Browse files
committed
Add CITATION.cff for citation
Benefits: * Users of our software can easily cite it using the metadata from CITATION.cff * GitHub shows the citation information in the sidebar * Browser plugins can import the correct reference Sources: * https://citation-file-format.github.io/ * https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files
1 parent 1e3283a commit 39bf287

File tree

1 file changed

+104
-0
lines changed

1 file changed

+104
-0
lines changed

CITATION.cff

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
# This CITATION.cff file was generated with cffinit:
2+
# https://bit.ly/cffinit
3+
4+
cff-version: 1.2.0
5+
title: python-semver
6+
message: >-
7+
If you use this software, please cite it using the
8+
metadata from this file.
9+
type: software
10+
11+
authors:
12+
- given-names: Kostiantyn
13+
family-names: Rybnikov
14+
15+
- given-names: Tom
16+
family-names: Schraitle
17+
18+
- given-names: Sebastian
19+
family-names: Celles
20+
21+
- name: "The python-semver software team"
22+
23+
identifiers:
24+
- type: url
25+
value: 'https://github.com/python-semver/python-semver'
26+
description: GitHub python-semver/python-semver
27+
url: 'https://python-semver.readthedocs.io'
28+
repository-code: 'https://github.com/python-semver/python-semver'
29+
repository-artifact: 'https://pypi.org/project/semver/'
30+
31+
abstract: >-
32+
A Python module for semantic versioning. Simplifies
33+
comparing versions. This modules follows the
34+
MAJOR.MINOR.PATCH style.
35+
36+
keywords:
37+
- Python
38+
- Python module
39+
- semver
40+
- versioning
41+
- semantic versioning
42+
- semver-format
43+
- semver-tag
44+
- versions
45+
46+
references:
47+
- authors:
48+
- family-names: Preston-Werner
49+
given-names: Tom
50+
- name: "The semver team"
51+
title: 'Semantic Versioning 2.0.0'
52+
url: 'https://semver.org'
53+
repository-code: 'https://github.com/semver/semver'
54+
type: standard
55+
version: 2.0.0
56+
languages:
57+
- ar
58+
- bg
59+
- ca
60+
- cs
61+
- da
62+
- de
63+
- el
64+
- en
65+
- es
66+
- fa
67+
- fr
68+
- he
69+
- hin
70+
- hr
71+
- hu
72+
- hy
73+
- id
74+
- it
75+
- ja
76+
- ka
77+
- kab
78+
- ko
79+
- nl
80+
- pl
81+
- pt
82+
- ro
83+
- ru
84+
- sk
85+
- sl
86+
- sr
87+
- sv
88+
- tr
89+
- uk
90+
- vi
91+
- zh
92+
abstract: >-
93+
Given a version number MAJOR.MINOR.PATCH, increment the:
94+
95+
1. MAJOR version when you make incompatible API changes
96+
2. MINOR version when you add functionality in a backwards compatible manner
97+
3. PATCH version when you make backwards compatible bug fixes
98+
99+
Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.
100+
101+
license: BSD-3-Clause
102+
commit: 3a7680dc436211227c0aeae84c9b45e0b3345b8f
103+
version: 3.0.0
104+
date-released: '2023-04-02'

0 commit comments

Comments
 (0)