Skip to content

Commit

Permalink
Bump version number for patch release
Browse files Browse the repository at this point in the history
Also update some requirements and date of copyright.
  • Loading branch information
Cito committed Jan 21, 2021
1 parent dd49138 commit 7f0561b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
# -- Project information -----------------------------------------------------

project = 'Webware for Python 3'
copyright = '1999-2020, Christoph Zwerschke et al'
copyright = '1999-2021, Christoph Zwerschke et al'
author = 'Christoph Zwerschke et al.'

# The short X.Y version
version = '3.0'
# The full version, including alpha/beta/rc tags
release = '3.0.1'
release = '3.0.2'


# -- General configuration ---------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
'Sphinx>=3,<4', 'sphinx_rtd_theme>=0.5'
]
requireExamples = [
'DBUtils>=2,<4', 'dominate>=2.5,<3', 'yattag>=1.14,<2',
'DBUtils>=2,<4', 'dominate>=2.6,<3', 'yattag>=1.14,<2',
'Pygments>=2.7,<3', 'Pillow>=8,<9'
]
requireTests = [
'psutil>=5.7,<6', 'flake8>=3.8,<4', 'pylint>=2.6,<3', 'tox>=3.20,<4',
'pywin32>=228,<300;'
'psutil>=5.8,<6', 'flake8>=3.8,<4', 'pylint>=2.6,<3', 'tox>=3.21,<4',
'pywin32>=300,<400;'
'sys_platform=="win32" and implementation_name=="cpython"'
] + requireDev + requireDocs + requireExamples

Expand Down
2 changes: 1 addition & 1 deletion webware/Properties.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = 'Webware for Python'

version = (3, 0, 1)
version = (3, 0, 2)

status = 'stable'

Expand Down

0 comments on commit 7f0561b

Please sign in to comment.