Skip to content

Commit 0fa754e

Browse files
committed
2.2.0
1 parent 9f98e99 commit 0fa754e

File tree

9 files changed

+141
-121
lines changed

9 files changed

+141
-121
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ the original copyright notice in all changes and derivate works.
2222

2323
# How to Help this Project?
2424
Please feel free to clone, fork, and make pull requests to improve **Spexygen**.
25-
If you like this project, please give it a star (in the upper-right corner
25+
If you like this project, please give it a star on GitHub (in the upper-right corner
2626
of your browser window):
2727

28-
<p align="center"><img src="img/github-star.jpg"/></p>
28+
<p align="center">
29+
<img src="https://www.state-machine.com/attachments/github-star.jpg"/>
30+
</p>

doc/DOC_MAN_SPX.pdf

45 Bytes
Binary file not shown.

doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Project related configuration options
77
#---------------------------------------------------------------------------
88
PROJECT_NAME = Spexygen
9-
PROJECT_NUMBER = 2.1.0
9+
PROJECT_NUMBER = 2.2.0
1010
PROJECT_BRIEF = "Reference Manual"
1111
PROJECT_LOGO = ./img/logo_spexygen.webp
1212
PROJECT_ICON =

doc/Doxyfile-PDF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Configuration options related to the LateX output
77
#---------------------------------------------------------------------------
88
PROJECT_NAME = Reference Manual
9-
PROJECT_BRIEF = For Spexygen 2.1.0
9+
PROJECT_BRIEF = For Spexygen 2.2.0
1010
PROJECT_NUMBER = Document: DOC_MAN_SPX
1111

1212
#---------------------------------------------------------------------------

img/banner_spexygen.webp

-20.4 KB
Binary file not shown.

img/github-star.jpg

-25 KB
Binary file not shown.

img/logo_spexygen.webp

-3.35 KB
Binary file not shown.

setup.py

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

1010
setup(
1111
name="spexygen",
12-
version="2.1.0",
12+
version="2.2.0",
1313
author="Quantum Leaps",
1414
author_email="[email protected]",
1515
description="Traceable specifications based on doxygen",

0 commit comments

Comments
 (0)