Prepping for 0.3.0 release.
This commit is contained in:
parent
e3400d26e7
commit
4c742c0aaa
3 changed files with 4 additions and 2 deletions
|
|
@ -1,3 +1,5 @@
|
|||
Jul 31, 2013 - v0.3.0 Added support for official 2.0.0.
|
||||
|
||||
Jul 27, 2013 - v0.2.8 Fixed inconsistency regarding configuration
|
||||
file directory on windows (issue91).
|
||||
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ copyright = u'2013, John Evans'
|
|||
# The short X.Y version.
|
||||
version = '0.2'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.2.8'
|
||||
release = '0.3.0'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|||
import sys
|
||||
|
||||
kwargs = {'name': 'Glymur',
|
||||
'version': '0.2.8',
|
||||
'version': '0.3.0rc1',
|
||||
'description': 'Tools for accessing JPEG2000 files',
|
||||
'long_description': open('README.md').read(),
|
||||
'author': 'John Evans',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue