Skip to content

Commit 2617d93

Browse files
committed
Bump version
1 parent dead4ca commit 2617d93

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

doc/index.rst

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,11 @@ The rendered object description:
395395
Change Log
396396
==========
397397

398+
2021-08-18 2.2
399+
--------------
400+
401+
- Use the Object ID as index name when no object title available
402+
398403
2021-06-26 2.1
399404
--------------
400405

@@ -412,8 +417,6 @@ Change Log
412417

413418
- Simplify index name (e4d9207)
414419

415-
.. sectionauthor:: Shengyu Zhang
416-
417420
2021-06-03 2.0a3
418421
----------------
419422

@@ -425,16 +428,12 @@ Change Log
425428
- Fix none object signture (6a5f75f)
426429
- Prevent sphinx config changed everytime (f7b316b)
427430

428-
.. sectionauthor:: Shengyu Zhang
429-
430431
2021-05-23 2.0a1
431432
----------------
432433

433434
- Template variable must be non None (fb9678e)
434435
- Template will not apply on role with explicit title (5bdaad1)
435436

436-
.. sectionauthor:: Shengyu Zhang
437-
438437
2021-05-22 2.0a0
439438
----------------
440439

@@ -454,8 +453,6 @@ Change Log
454453
- Add custom filter support to template
455454
- Combine ``any_predefined_schemas`` and ``any_custom_schemas`` to ``any_schemas``
456455

457-
.. sectionauthor:: Shengyu Zhang
458-
459456
2021-01-28 1.0b0
460457
----------------
461458

@@ -465,11 +462,7 @@ Change Log
465462
- Rename schema field "role" to "reference"
466463
- Rename schema field "directive" to "content"
467464

468-
.. sectionauthor:: Shengyu Zhang
469-
470465
2020-12-20 1.0a1
471466
----------------
472467

473468
The alpha version is out, enjoy~
474-
475-
.. sectionauthor:: Shengyu Zhang

sphinxnotes/any/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
__title__= 'sphinxnotes-any'
2424
__license__ = 'BSD'
25-
__version__ = '2.1'
25+
__version__ = '2.2'
2626
__author__ = 'Shengyu Zhang'
2727
__url__ = 'https://sphinx-notes.github.io/any'
2828
__description__ = 'Sphinx Domain for describing Anything'

0 commit comments

Comments
 (0)