Skip to content

Commit

Permalink
bump version to 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Aug 31, 2020
1 parent 64dd5aa commit ff8a0b8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -8,7 +8,7 @@ NestedText: A Human Friendly Data Format
:target: https://coveralls.io/r/KenKundert/nestedtext


| Version: 0.0.8
| Version: 0.0.9
| Released: 2020-08-30
| Please post all bugs and suggestions at
`NestedText Github <https://github.com/KenKundert/nestedtext/issues>`_
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Expand Up @@ -57,7 +57,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = '0.0.8'
release = '0.0.9'
# The short X.Y version.
version = '.'.join(release.split('.')[0:2])

Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
@@ -1,7 +1,7 @@
NestedText: A Human Friendly Data Format
========================================

| Version: 0.0.8
| Version: 0.0.9
| Released: 2020-08-30
| Please post all bugs and suggestions at
`NestedText Github <https://github.com/KenKundert/nestedtext/issues>`_
Expand Down
2 changes: 1 addition & 1 deletion doc/releases.rst
Expand Up @@ -2,7 +2,7 @@ Releases
--------

**Latest development release**:
| Version: 0.0.8
| Version: 0.0.9
| Released: 2020-08-30
**Stable Releases**:
Expand Down
2 changes: 1 addition & 1 deletion nestedtext.py
Expand Up @@ -35,7 +35,7 @@


# Globals {{{1
__version__ = "0.0.8"
__version__ = "0.0.9"
__released__ = "2020-08-30"
__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.0.8',
version = '0.0.9',
description = 'human readable and writable data interchange format',
long_description = readme,
long_description_content_type = 'text/x-rst',
Expand Down

0 comments on commit ff8a0b8

Please sign in to comment.