Skip to content

Commit 0ffbaf2

Browse files
committed
Release version 1.0.0.
1 parent c9ddfd5 commit 0ffbaf2

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
]
1212

1313
project = u'pwkit'
14-
version = '0.8' # also edit /setup.py, /pwkit/__init__.py!
15-
release = '0.8.20.99'
14+
version = '1.0' # also edit /setup.py, /pwkit/__init__.py!
15+
release = '1.0.0'
1616

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

2020
templates_path = ['_templates']

pwkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

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

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

1414
# Simultaneous Python 2/3 compatibility through the 'six' module. I started
1515
# out hoping that I could do this all "in-house" without adding the dep, but

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name = 'pwkit',
17-
version = '0.8.20.99', # also edit pwkit/__init__.py, docs/source/conf.py!
17+
version = '1.0.0', # also edit pwkit/__init__.py, docs/source/conf.py!
1818

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

0 commit comments

Comments
 (0)