Skip to content

Commit

Permalink
Merge pull request #73 from certbot/candidate-1.5.0
Browse files Browse the repository at this point in the history
Update files from 1.5.0 release
  • Loading branch information
ohemorange authored Nov 5, 2020
2 parents 4558519 + 851565b commit c95193d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

1.5.0 (2020-11-03)
------------------

* Added support for Python 3.9.
* Dropped support for Python 3.5.
* Stopped supporting running tests with ``python setup.py test`` which is
deprecated in favor of ``python -m pytest``.

1.4.0 (2020-08-17)
------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
# built documents.
#
# The short X.Y version.
version = u'1.5'
version = u'1.6'
# The full version, including alpha/beta/rc tags.
release = u'1.5.0.dev0'
release = u'1.6.0.dev0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import find_packages, setup

version = '1.5.0.dev0'
version = '1.6.0.dev0'

# Please update tox.ini when modifying dependency version requirements
install_requires = [
Expand Down

0 comments on commit c95193d

Please sign in to comment.