Skip to content

Commit

Permalink
bump version to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Jun 8, 2022
1 parent 0f81ca5 commit dd996a8
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 @@ -21,8 +21,8 @@ NestedText: A Human Friendly Data Format


| Authors: Ken & Kale Kundert
| Version: 3.2.5
| Released: 2022-06-05
| Version: 3.3.0
| Released: 2022-06-07
| Documentation: `nestedtext.org <https://nestedtext.org>`_.
| Please post all questions, suggestions, and bug reports to: `Github <https://github.com/KenKundert/nestedtext/issues>`_.
|
Expand Down
4 changes: 2 additions & 2 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ implementation, you will see versions that include no changes to the language.
Latest development version
--------------------------

| Version: 3.2.5
| Released: 2022-06-05
| Version: 3.3.0
| Released: 2022-06-07

v3.3 (2022-06-07)
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-21, Ken and Kale Kundert'
release = '3.2.5'
release = '3.3.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 @@ -13,8 +13,8 @@ Changes to the *NestedText* language are shown in :ref:`language changes`.
Latest development version
--------------------------

| Version: 3.2.5
| Released: 2022-06-05
| Version: 3.3.0
| Released: 2022-06-07

v3.3 (2022-06-07)
Expand Down
4 changes: 2 additions & 2 deletions nestedtext.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@


# Globals {{{1
__version__ = "3.2.5"
__released__ = "2022-06-05"
__version__ = "3.3.0"
__released__ = "2022-06-07"
__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 = '3.2.5',
version = '3.3.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 dd996a8

Please sign in to comment.