Skip to content

Commit

Permalink
bump version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Nov 22, 2020
1 parent db41ab6 commit a72ffed
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -15,8 +15,8 @@ NestedText: A Human Friendly Data Format


| Authors: Ken & Kale Kundert
| Version: 1.2.1
| Released: 2020-10-31
| Version: 1.2.2
| Released: 2020-11-21
| Documentation: `nestedtext.org <https://nestedtext.org>`_.
| Please post all questions, suggestions, and bug reports to: `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, Kenneth S. Kundert and Kale Kundert'
release = '1.2.1'
release = '1.2.2'
version = '.'.join(release.split('.'))

master_doc = 'index'
Expand Down
4 changes: 2 additions & 2 deletions doc/installation.rst
Expand Up @@ -15,8 +15,8 @@ Releases
Latest development release
--------------------------

| Version: 1.2.1
| Released: 2020-10-31
| Version: 1.2.2
| Released: 2020-11-21
- Move the test cases to a submodule.

Expand Down
4 changes: 2 additions & 2 deletions nestedtext.py
Expand Up @@ -41,8 +41,8 @@


# Globals {{{1
__version__ = "1.2.1"
__released__ = "2020-10-31"
__version__ = "1.2.2"
__released__ = "2020-11-21"
__all__ = ['load', 'loads', 'dump', 'dumps', 'NestedTextError']


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

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

0 comments on commit a72ffed

Please sign in to comment.