Skip to content

Commit

Permalink
Release version 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkgw committed Dec 19, 2019
1 parent c9ddfd5 commit 0ffbaf2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
]

project = u'pwkit'
version = '0.8' # also edit /setup.py, /pwkit/__init__.py!
release = '0.8.20.99'
version = '1.0' # also edit /setup.py, /pwkit/__init__.py!
release = '1.0.0'

copyright = u'2015-2018, Peter K. G. Williams and collaborators'
copyright = u'2015-2019, Peter K. G. Williams and collaborators'
author = u'Peter K. G. Williams and collaborators'

templates_path = ['_templates']
Expand Down
2 changes: 1 addition & 1 deletion pwkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

__all__ = 'Holder PKError binary_type reraise_context text_type unicode_to_str'.split()

__version__ = '0.8.20.99' # also edit ../setup.py, ../docs/source/conf.py!
__version__ = '1.0.0' # also edit ../setup.py, ../docs/source/conf.py!

# Simultaneous Python 2/3 compatibility through the 'six' module. I started
# out hoping that I could do this all "in-house" without adding the dep, but
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name = 'pwkit',
version = '0.8.20.99', # also edit pwkit/__init__.py, docs/source/conf.py!
version = '1.0.0', # also edit pwkit/__init__.py, docs/source/conf.py!

# This package actually *is* zip-safe, but I've run into issues with
# installing it as a Zip: in particular, the install sometimes fails with
Expand Down

0 comments on commit 0ffbaf2

Please sign in to comment.