Skip to content

Commit

Permalink
Merge pull request #141 from jedie/dev
Browse files Browse the repository at this point in the history
Add docstring link to "version-specifiers"
  • Loading branch information
jedie authored Aug 30, 2024
2 parents 9318534 + aa8828f commit 24910b0
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
A minimal Python package
"""

# See https://packaging.python.org/en/latest/specifications/version-specifiers/
__version__ = '0.0.1'
__author__ = 'John Doh <[email protected]>'
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
A minimal Python package
"""

# See https://packaging.python.org/en/latest/specifications/version-specifiers/
__version__ = '0.0.1'
__author__ = 'John Doh <[email protected]>'
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
A minimal Python package
"""

# See https://packaging.python.org/en/latest/specifications/version-specifiers/
__version__ = '0.0.1'
__author__ = 'John Doh <[email protected]>'
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
A example YunoHost App
"""

# See https://packaging.python.org/en/latest/specifications/version-specifiers/
__version__ = '0.2.0+ynh1'
__author__ = 'John Doh <[email protected]>'
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
{{ cookiecutter.package_description }}
"""

# See https://packaging.python.org/en/latest/specifications/version-specifiers/
__version__ = '{{ cookiecutter.package_version }}'
__author__ = '{{ cookiecutter.full_name }} <{{ cookiecutter.author_email }}>'
1 change: 1 addition & 0 deletions managetemplates/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
Pseudo Python package to test the cookiecutter templates
"""

# See https://packaging.python.org/en/latest/specifications/version-specifiers/
__version__ = '0.4.0'
__author__ = 'Jens Diemer <[email protected]>'
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
{{ cookiecutter.package_description }}
"""

# See https://packaging.python.org/en/latest/specifications/version-specifiers/
__version__ = '{{ cookiecutter.package_version }}'
__author__ = '{{ cookiecutter.full_name }} <{{ cookiecutter.author_email }}>'
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
{{ cookiecutter.package_description }}
"""

# See https://packaging.python.org/en/latest/specifications/version-specifiers/
__version__ = '{{ cookiecutter.package_version }}'
__author__ = '{{ cookiecutter.full_name }} <{{ cookiecutter.author_email }}>'
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
{{ cookiecutter.package_description }}
"""

# See https://packaging.python.org/en/latest/specifications/version-specifiers/
__version__ = '{{ cookiecutter.upstream_version }}+{{ cookiecutter.ynh_suffix_version }}'
__author__ = '{{ cookiecutter.full_name }} <{{ cookiecutter.author_email }}>'

0 comments on commit 24910b0

Please sign in to comment.