Skip to content

Auto updates for year, version and release (Sphinx)#76

Merged
sigmavirus24 merged 5 commits intopython-hyper:masterfrom
peteradrichem:master
Aug 29, 2021
Merged

Auto updates for year, version and release (Sphinx)#76
sigmavirus24 merged 5 commits intopython-hyper:masterfrom
peteradrichem:master

Conversation

@peteradrichem
Copy link
Copy Markdown
Contributor

The documentation on Read the Docs says "Copyright 2017" and version "1.0.0".
These commits will help to keep them up to date.

@codecov
Copy link
Copy Markdown

codecov bot commented May 8, 2021

Codecov Report

Merging #76 (0e258ad) into master (01a708f) will not change coverage.
The diff coverage is n/a.

❗ Current head 0e258ad differs from pull request most recent head 6bff9ef. Consider uploading reports for the commit 6bff9ef to get more accurate results
Impacted file tree graph

@@            Coverage Diff            @@
##            master       #76   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           13        13           
  Lines          822       822           
=========================================
  Hits           822       822           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 01a708f...6bff9ef. Read the comment docs.

# General information about the project.
project = u'rfc3986'
copyright = u'2017, Ian Stapleton Cordasco'
copyright = u'{}, Ian Stapleton Cordasco'.format(datetime.now().year)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The way copyright works, you only really need the start year

python-trio/trio#510 (comment)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right. I'm not a copyright expert obviously ;-)

I was just trying to make the documentation look more recent.
Maybe this is an option?

copyright = u'2017-{}, Ian Stapleton Cordasco'.format(datetime.now().year)

Or leave it as it is?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please just leave this as it was. The range isn't necessary as I understand it either.

@sigmavirus24 sigmavirus24 merged commit dc2bd24 into python-hyper:master Aug 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants