File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111]
1212
1313project = 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'
1818author = u'Peter K. G. Williams and collaborators'
1919
2020templates_path = ['_templates' ]
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1414
1515setup (
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
You can’t perform that action at this time.
0 commit comments