Skip to content

Commit

Permalink
bump version to 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Nov 4, 2022
1 parent d36580a commit fa5ea29
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -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 <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
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions doc/releases.rst
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions 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,
Expand Down
2 changes: 1 addition & 1 deletion 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"}
Expand Down

0 comments on commit fa5ea29

Please sign in to comment.