Skip to content

Commit

Permalink
bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Sep 26, 2020
1 parent d768c7e commit 42cbd4b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ NestedText: A Human Friendly Data Format


| Authors: Ken & Kale Kundert
| Version: 0.5.1
| Released: 2020-09-14
| Version: 0.6.0
| Released: 2020-09-26
| 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, Kenneth S. Kundert and Kale Kundert'
release = '0.5.1'
release = '0.6.0'
version = '.'.join(release.split('.'))

master_doc = 'index'
Expand Down
4 changes: 2 additions & 2 deletions doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Installation
Releases
========
**Latest development release**:
| Version: 0.5.1
| Released: 2020-09-14
| Version: 0.6.0
| Released: 2020-09-26
**0.6 (2020-09-26)**:
- Added :func:`load` and :func:`dump`.
Expand Down
4 changes: 2 additions & 2 deletions nestedtext.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@


# Globals {{{1
__version__ = "0.5.1"
__released__ = "2020-09-14"
__version__ = "0.6.0"
__released__ = "2020-09-26"
__all__ = ['load', 'loads', 'dump', '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.5.1',
version = '0.6.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 42cbd4b

Please sign in to comment.