Skip to content

Commit 87b7e52

Browse files
committed
Bump version
1 parent 21c3933 commit 87b7e52

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

doc/index.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,12 +204,14 @@ The configuration of CLI tools is a python script, located at :file:`$XDG_CONFIG
204204
Change Log
205205
==========
206206

207-
2021-08-?? 1.0
208-
--------------
207+
2021-08-14 1.0b7
208+
----------------
209209

210210
.. sectionauthor:: Shengyu Zhang
211211

212-
The first stable version is out, enjoy~
212+
- snippet: Add support for section
213+
- integration: Drop snippet view support
214+
- Complete document
213215

214216
2021-03-20 1.0b2
215217
----------------

sphinxnotes/snippet/__init__.py

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

1616
__title__= 'sphinxnotes-snippet'
1717
__license__ = 'BSD'
18-
__version__ = '1.0b6'
18+
__version__ = '1.0b7'
1919
__author__ = 'Shengyu Zhang'
2020
__url__ = 'https://sphinx-notes.github.io/snippet'
2121
__description__ = 'Non-intrusive snippet manager for Sphinx documentation'

0 commit comments

Comments
 (0)