Skip to content

Commit

Permalink
bump version to 0.4.1
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 f155b15 commit c8f0f38
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ NestedText: A Human Friendly Data Format
:target: https://pypi.python.org/pypi/nestedtext


| Version: 0.4.0
| Version: 0.4.1
| 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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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

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


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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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

0 comments on commit c8f0f38

Please sign in to comment.