Skip to content

Commit

Permalink
bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Sep 7, 2020
1 parent 00c95ae commit 47087c8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -14,7 +14,7 @@ NestedText: A Human Friendly Data Format
:target: https://pypi.python.org/pypi/nestedtext


| Version: 0.3.2
| Version: 0.4.0
| Released: 2020-09-07
| Please post all questions, suggestions, and bug reports to
`NestedText Github <https://github.com/KenKundert/nestedtext/issues>`_.
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Expand Up @@ -5,7 +5,7 @@

project = u'NestedText'
copyright = u'2020, Ken Kundert'
release = '0.3.2'
release = '0.4.0'
version = '.'.join(release.split('.'))

master_doc = 'index'
Expand Down
2 changes: 1 addition & 1 deletion doc/releases.rst
Expand Up @@ -11,7 +11,7 @@ Installation
Releases
========
**Latest development release**:
| Version: 0.3.2
| Version: 0.4.0
| Released: 2020-09-07
**0.4 (2020-09-07)**:
Expand Down
2 changes: 1 addition & 1 deletion nestedtext.py
Expand Up @@ -36,7 +36,7 @@


# Globals {{{1
__version__ = "0.3.2"
__version__ = "0.4.0"
__released__ = "2020-09-07"
__all__ = ['loads', 'dumps', 'NestedTextError']

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

setup(
name = 'nestedtext',
version = '0.3.2',
version = '0.4.0',
description = 'human readable and writable data interchange format',
long_description = readme,
long_description_content_type = 'text/x-rst',
Expand Down

0 comments on commit 47087c8

Please sign in to comment.