diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2022-06-19 19:47:51 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2022-06-19 19:47:51 +0530 |
commit | 4fd287655a72b9aea14cdac715ad5b90ed082ed2 (patch) | |
tree | 65d393bc0e699dd12d05b29ba568e04cea666207 /circuitpython/tools/python-semver/CONTRIBUTORS | |
parent | 0150f70ce9c39e9e6dd878766c0620c85e47bed0 (diff) |
add circuitpython code
Diffstat (limited to 'circuitpython/tools/python-semver/CONTRIBUTORS')
-rw-r--r-- | circuitpython/tools/python-semver/CONTRIBUTORS | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/circuitpython/tools/python-semver/CONTRIBUTORS b/circuitpython/tools/python-semver/CONTRIBUTORS new file mode 100644 index 0000000..6841099 --- /dev/null +++ b/circuitpython/tools/python-semver/CONTRIBUTORS @@ -0,0 +1,45 @@ +############ +Contributors +############ + +Python SemVer library +##################### + +This document records the primary maintainers and significant +contributors to this code base. + +Thank you to everyone whose work has made this possible. + + +Primary maintainers +=================== + +* Kostiantyn Rybnikov <k-bx@k-bx.com> + + +Significant contributors +======================== + +* Alexander Puzynia <werwolf.by@gmail.com> +* Alexander Shorin <kxepal@gmail.com> +* Anton Talevnin <TalAntR@users.noreply.github.com> +* Ben Finney <ben+python@benfinney.id.au> +* Carles BarrobeĢs <carles@barrobes.com> +* Craig Blaszczyk <masterjakul@gmail.com> +* Jan Pieter Waagmeester <jieter@jieter.nl> +* Jelo Agnasin <jelo@icannhas.com> +* Karol Werner <karol.werner@codete.co> +* Peter Bittner <django@bittner.it> +* robi-wan <robi-wan@suyu.de> +* T. Jameson Little <t.jameson.little@gmail.com> +* Tuure Laurinolli <tuure@laurinolli.net> +* Tyler Cross <tyler@crosscollab.com> +* Zack Lalanne <zack.lalanne@gmail.com> + +.. + Local variables: + coding: utf-8 + mode: text + mode: rst + End: + vim: fileencoding=utf-8 filetype=rst : |