Skip to content

Commit

Permalink
bump version to 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Jan 27, 2024
1 parent 9563c84 commit 66c06b7
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.6
| Released: 2023-05-30
| Version: 3.6.1
| Released: 2024-01-26
| 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.6
| Released: 2023-05-30
| Version: 3.6.1
| Released: 2024-01-26

v3.6 (2023-05-30)
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-2023, Ken and Kale Kundert'
release = '3.6'
release = '3.6.1'
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.6
| Released: 2023-05-30
| Version: 3.6.1
| Released: 2024-01-26
- Added *offset* option to :meth:`Location.as_line()`.

Expand Down
4 changes: 2 additions & 2 deletions nestedtext/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NestedText
__version__ = "3.6"
__released__ = "2023-05-30"
__version__ = "3.6.1"
__released__ = "2024-01-26"

from .nestedtext import (
load, loads, dump, dumps, NestedTextError,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "nestedtext"
version = "3.6"
version = "3.6.1"
description = "human readable and writable data interchange format"
readme = "README.rst"
keywords = ["data", "serialization", "json", "yaml"]
Expand Down

0 comments on commit 66c06b7

Please sign in to comment.