Skip to content

Commit

Permalink
bump version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Sep 2, 2020
1 parent 936cbf9 commit acada99
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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



| Version: 0.1.3
| Released: 2020-09-01
| Version: 0.1.4
| Released: 2020-09-02
| 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 @@ -57,7 +57,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = '0.1.3'
release = '0.1.4'
# The short X.Y version.
version = '.'.join(release.split('.')[0:2])

Expand Down
4 changes: 2 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
NestedText: A Human Friendly Data Format
========================================

| Version: 0.1.3
| Released: 2020-09-01
| Version: 0.1.4
| Released: 2020-09-02
| Please post all questions, suggestions, and bug reports to
`NestedText Github <https://github.com/KenKundert/nestedtext/issues>`_.
Expand Down
4 changes: 2 additions & 2 deletions doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Releases
--------

**Latest development release**:
| Version: 0.1.3
| Released: 2020-09-01
| Version: 0.1.4
| Released: 2020-09-02
- General refinements.

Expand Down
4 changes: 2 additions & 2 deletions nestedtext.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@


# Globals {{{1
__version__ = "0.1.3"
__released__ = "2020-09-01"
__version__ = "0.1.4"
__released__ = "2020-09-02"
__all__ = ['loads', 'dumps', 'NestedTextError']

# loads {{{1
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.1.3',
version = '0.1.4',
description = 'human readable and writable data interchange format',
long_description = readme,
long_description_content_type = 'text/x-rst',
Expand Down

0 comments on commit acada99

Please sign in to comment.