Skip to content

Commit 7f0561b

Browse files
committed
Bump version number for patch release
Also update some requirements and date of copyright.
1 parent dd49138 commit 7f0561b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
# -- Project information -----------------------------------------------------
2323

2424
project = 'Webware for Python 3'
25-
copyright = '1999-2020, Christoph Zwerschke et al'
25+
copyright = '1999-2021, Christoph Zwerschke et al'
2626
author = 'Christoph Zwerschke et al.'
2727

2828
# The short X.Y version
2929
version = '3.0'
3030
# The full version, including alpha/beta/rc tags
31-
release = '3.0.1'
31+
release = '3.0.2'
3232

3333

3434
# -- General configuration ---------------------------------------------------

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
'Sphinx>=3,<4', 'sphinx_rtd_theme>=0.5'
1919
]
2020
requireExamples = [
21-
'DBUtils>=2,<4', 'dominate>=2.5,<3', 'yattag>=1.14,<2',
21+
'DBUtils>=2,<4', 'dominate>=2.6,<3', 'yattag>=1.14,<2',
2222
'Pygments>=2.7,<3', 'Pillow>=8,<9'
2323
]
2424
requireTests = [
25-
'psutil>=5.7,<6', 'flake8>=3.8,<4', 'pylint>=2.6,<3', 'tox>=3.20,<4',
26-
'pywin32>=228,<300;'
25+
'psutil>=5.8,<6', 'flake8>=3.8,<4', 'pylint>=2.6,<3', 'tox>=3.21,<4',
26+
'pywin32>=300,<400;'
2727
'sys_platform=="win32" and implementation_name=="cpython"'
2828
] + requireDev + requireDocs + requireExamples
2929

webware/Properties.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = 'Webware for Python'
22

3-
version = (3, 0, 1)
3+
version = (3, 0, 2)
44

55
status = 'stable'
66

0 commit comments

Comments
 (0)