Skip to content

Commit

Permalink
bump version to 3.6rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed May 24, 2023
1 parent 166a0cb commit ac80a94
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.6rc1
| Released: 2023-04-24
| Version: 3.6rc2
| Released: 2023-05-23
| 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.6rc1
| Released: 2023-04-24
| Version: 3.6rc2
| Released: 2023-05-23

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-2023, Ken and Kale Kundert'
release = '3.6rc1'
release = '3.6rc2'
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.6rc1
| Released: 2023-04-24
| Version: 3.6rc2
| Released: 2023-05-23
- De-duplicating with the *on_dup* argument to :func:`loads` now works well for
error reporting with keymaps.
Expand Down
4 changes: 2 additions & 2 deletions nestedtext/__init__.py
@@ -1,6 +1,6 @@
# NestedText
__version__ = "3.6rc1"
__released__ = "2023-04-24"
__version__ = "3.6rc2"
__released__ = "2023-05-23"

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.6rc1"
version = "3.6rc2"
description = "human readable and writable data interchange format"
readme = "README.rst"
keywords = ["data", "serialization", "json", "yaml"]
Expand Down

0 comments on commit ac80a94

Please sign in to comment.