diff --git a/README.rst b/README.rst index 3258088..8d7036c 100644 --- a/README.rst +++ b/README.rst @@ -21,8 +21,8 @@ NestedText: A Human Friendly Data Format | Authors: Ken & Kale Kundert -| Version: 3.4.2 -| Released: 2022-10-04 +| Version: 3.5 +| Released: 2022-11-04 | Documentation: `nestedtext.org `_. | Please post all questions, suggestions, and bug reports to: `Github `_. | diff --git a/doc/changelog.rst b/doc/changelog.rst index 8fb0d48..61d8795 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -14,8 +14,8 @@ implementation, you will see versions that include no changes to the language. Latest development version -------------------------- -| Version: 3.4.2 -| Released: 2022-10-04 +| Version: 3.5 +| Released: 2022-11-04 v3.5 (2022-11-04) diff --git a/doc/conf.py b/doc/conf.py index 61d7079..1607c23 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -5,7 +5,7 @@ project = u'NestedText' copyright = u'2020-21, Ken and Kale Kundert' -release = '3.4.2' +release = '3.5' version = '.'.join(release.split('.')) master_doc = 'index' diff --git a/doc/releases.rst b/doc/releases.rst index b1c81c6..9f499d6 100644 --- a/doc/releases.rst +++ b/doc/releases.rst @@ -13,8 +13,8 @@ Changes to the *NestedText* language are shown in :ref:`language changes`. Latest development version -------------------------- -| Version: 3.4.2 -| Released: 2022-10-04 +| Version: 3.5 +| Released: 2022-11-04 v3.5 (2022-11-04) diff --git a/nestedtext/__init__.py b/nestedtext/__init__.py index 5a10f46..d452708 100644 --- a/nestedtext/__init__.py +++ b/nestedtext/__init__.py @@ -1,6 +1,6 @@ # NestedText -__version__ = "3.4.2" -__released__ = "2022-10-04" +__version__ = "3.5" +__released__ = "2022-11-04" from .nestedtext import ( load, loads, dump, dumps, NestedTextError, diff --git a/pyproject.toml b/pyproject.toml index f5f2fe0..4ea68f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nestedtext" -version = "3.4.2" +version = "3.5" description = "human readable and writable data interchange format" readme = "README.rst" license = {file = "LICENSE"}