Skip to content

Commit

Permalink
bump version 1.0.0, Status :: Stable
Browse files Browse the repository at this point in the history
bump version 1.0.0

change setup.py:setup.classifiers Development Status
to 5 - Production/Stable
  • Loading branch information
jtmoon79 committed Jan 1, 2020
1 parent a3d249b commit 1701a9e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ No service downtime!
sys.stderr.
--debug Set logging level to DEBUG. Default logging level is
INFO.
--version Print "goto_http_redirect_server 0.7.8" and exit.
--version Print "goto_http_redirect_server 1.0.0" and exit.
-?, -h, --help Print this help message and exit.
About Redirect Entries:
Expand Down Expand Up @@ -373,7 +373,7 @@ No service downtime!
Options --status-path and --reload-path may be passed paths to obscure access
from unauthorized users. e.g.
--status-path '/b6952f24-a133-4eb4-babb-39515343a66a'
--status-path '/bde2e9eb-4632-4acb-b935-f96bf62e9df8'
About this program:
Expand Down
2 changes: 1 addition & 1 deletion goto_http_redirect_server/goto_http_redirect_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@


# canonical module informations used by setup.py
__version__ = '0.7.8'
__version__ = '1.0.0'
__author__ = 'jtmoon79'
__url_github__ = 'https://github.com/jtmoon79/goto_http_redirect_server'
__url_azure__ = 'https://dev.azure.com/jtmmoon/goto_http_redirect_server'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def run(self):
},
# see https://pypi.org/classifiers/
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Operating System :: OS Independent',
'Natural Language :: English',
Expand Down

0 comments on commit 1701a9e

Please sign in to comment.