Skip to content

Commit ead3f9f

Browse files
committed
Version bump
1 parent 39845ea commit ead3f9f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

doc/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
Changelog
44
---------
55

6+
Version 1.6.2
7+
`````````````
8+
9+
To be released.
10+
11+
612
Version 1.6.1
713
`````````````
814

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
# The short X.Y version.
7272
version = '1.6'
7373
# The full version, including alpha/beta/rc tags.
74-
release = '1.6.1'
74+
release = '1.6.2'
7575

7676
# The language for content autogenerated by Sphinx. Refer to documentation
7777
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def readme():
2020

2121
setup(
2222
name='sphinxcontrib-httpdomain',
23-
version='1.6.1',
23+
version='1.6.2',
2424
url='https://github.com/sphinx-contrib/httpdomain',
2525
download_url='https://pypi.org/project/sphinxcontrib-httpdomain/',
2626
license='BSD',

0 commit comments

Comments
 (0)