Skip to content

Commit

Permalink
bump version to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Apr 28, 2024
1 parent e68eeae commit 502564a
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 @@ -5,8 +5,8 @@ NestedText — A Human Friendly Data Format


| Authors: Ken & Kale Kundert
| Version: 3.7.dev3
| Released: 2024-04-26
| Version: 3.7
| Released: 2024-04-27
| Documentation: nestedtext.org_
| Please post all questions, suggestions, and bug reports to GitHub_.
|
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.7.dev3
| Released: 2024-04-26
| Version: 3.7
| Released: 2024-04-27

v3.7 (2024-04-27)
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-2024, Ken and Kale Kundert'
release = '3.7.dev3'
release = '3.7'
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.7.dev3
| Released: 2024-04-26
| Version: 3.7
| Released: 2024-04-27

v3.7 (2024-04-27)
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.7.dev3"
__released__ = "2024-04-26"
__version__ = "3.7"
__released__ = "2024-04-27"

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

0 comments on commit 502564a

Please sign in to comment.